Compare commits

..

1 Commits

Author SHA1 Message Date
49fe0dabf4 remove node_modules 2025-09-28 22:07:07 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#endif
#ifndef NEOPIXEL_LENGTH
#define NEOPIXEL_LENGTH 8
#define NEOPIXEL_LENGTH 16
#endif
#ifndef NEOPIXEL_BRIGHTNESS

View File

@@ -32,7 +32,7 @@ let hue = 0;
const SAT = 1.0; // full saturation
const VAL = 1.0; // full value
const BRIGHTNESS = 128;
const UPDATE_RATE = 100; // 100 ms
const UPDATE_RATE = 100; // ms
let timer = null;