Added additional sourcee files

This commit is contained in:
bdring
2019-06-06 11:20:32 -05:00
parent 95a8645fad
commit 0ef7358432
20 changed files with 108092 additions and 3 deletions

View File

@@ -34,8 +34,9 @@
#define VIRTUAL_LED_COUNT 1000
// what type of LED Strip....uncomment to define only one of these
#define USE_APA102
//#define USE_NEOPIXEL
//#define USE_APA102
.#define USE_NEOPIXEL
// Check to make sure LED choice was done right
#if !defined(USE_NEOPIXEL) && !defined(USE_APA102)
@@ -65,4 +66,4 @@
#endif
#endif