Minor tweaks

This commit is contained in:
Mike C 2015-08-10 16:03:16 -04:00
parent 74d311b89c
commit f8916f7b06

View file

@ -16,7 +16,7 @@
// Various defines / pins / etc
// TWEAK THESE ACCORDINGLY
// //////////
#define DEBUG true
#define DEBUG false
#define INTERACTIVE_DEBUG false
#define USE_SLEEP true
#define USE_PIR false
@ -27,7 +27,7 @@
#define PIN_ALWAYS_ON 9 // Switch that enables always on/off of pixels
#define PIN_WHITE 12 // Switch that switches between color wiper and white color
#define PIN_DOOR 11 // Door sensor pin
#define PIN_PIR A2 // Pin with PIR distance sensor
#define PIN_PIR A3 // Pin with PIR distance sensor
#define PIN_NEO 6 // Pin with the pixel comm line
#define NEO_PIX_NUM 2 // FIXME: this should be 5 for final build for safe lighting