Further tweaks to refactor

This commit is contained in:
Mike C 2015-08-09 13:21:27 -04:00
parent 67e7c21fdf
commit d07ce7d66c

View file

@ -17,10 +17,10 @@
#define POT_BRIGHT A0
#define POT_COLOR A1
#define PIN_ALWAYS_ON 9 // Switch that enables always on/off of pixels
#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
#define PIN_WHITE 12 // Short Vout to this pin to change color to white
#define PIN_DOOR 11 // Door sensor pin
#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
// Objects / values / etc
MAX1704 fuelGauge;