Merge branch 'master' into ForArduinoCli

This commit is contained in:
2019-05-09 10:31:00 +02:00
4 changed files with 15 additions and 6 deletions

View File

@ -42,7 +42,8 @@ typedef struct {
} CRGB;
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
// Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_RGB + NEO_KHZ400);
Adafruit_NeoPixel pixels(NUM_OF_LEDs, PIXEL_PIN, NEO_GRB + NEO_KHZ800);
#endif
bool show = false;