parent
ada40af5d6
commit
fbf8819253
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
|
|
||||||
#include "neopixel.h"
|
#include "neopixel.h"
|
||||||
|
|
||||||
|
#if ENABLED(NEOPIXEL_STARTUP_TEST)
|
||||||
|
#include "utility.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
Adafruit_NeoPixel pixels(NEOPIXEL_PIXELS, NEOPIXEL_PIN, NEOPIXEL_TYPE + NEO_KHZ800);
|
Adafruit_NeoPixel pixels(NEOPIXEL_PIXELS, NEOPIXEL_PIN, NEOPIXEL_TYPE + NEO_KHZ800);
|
||||||
|
|
||||||
void set_neopixel_color(const uint32_t color) {
|
void set_neopixel_color(const uint32_t color) {
|
||||||
|
|
Loading…
Reference in a new issue