remove node_modules
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NEOPIXEL_LENGTH
|
#ifndef NEOPIXEL_LENGTH
|
||||||
#define NEOPIXEL_LENGTH 8
|
#define NEOPIXEL_LENGTH 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NEOPIXEL_BRIGHTNESS
|
#ifndef NEOPIXEL_BRIGHTNESS
|
||||||
|
|||||||
1
test/.gitignore
vendored
Normal file
1
test/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
||||||
@@ -32,7 +32,7 @@ let hue = 0;
|
|||||||
const SAT = 1.0; // full saturation
|
const SAT = 1.0; // full saturation
|
||||||
const VAL = 1.0; // full value
|
const VAL = 1.0; // full value
|
||||||
const BRIGHTNESS = 128;
|
const BRIGHTNESS = 128;
|
||||||
const UPDATE_RATE = 100; // 100 ms
|
const UPDATE_RATE = 100; // ms
|
||||||
|
|
||||||
let timer = null;
|
let timer = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user