Turn off debug, add note about adding flashing lights when battery level is low

This commit is contained in:
Mike C 2015-08-04 20:09:37 -04:00
parent 5a2e8522f2
commit f8c90dddd8
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
* Implement flashing lights if battery level is too low

View file

@ -8,7 +8,7 @@
#endif
// Various defines / pins / etc
#define DEBUG true
#define DEBUG false
#define BUTTON_CAP_TOGGLE 9
#define POT_BRIGHT_PIN A0
#define POT_COLOR_PIN A1