changed led values
This commit is contained in:
parent
7794f89525
commit
2cac3f1e81
@ -5,8 +5,8 @@
|
||||
Adafruit_NeoPixel leds = Adafruit_NeoPixel(8, 11, NEO_GRB + NEO_KHZ800);
|
||||
|
||||
uint16_t gdef = 0;
|
||||
uint16_t rdef = 100;
|
||||
uint16_t bdef = 200;
|
||||
uint16_t rdef = 50;
|
||||
uint16_t bdef = 150;
|
||||
|
||||
bool oldValues[8] = {
|
||||
1, 1, 1, 1, 1, 1, 1, 1
|
||||
|
Loading…
Reference in New Issue
Block a user