Further tweaks to refactor
This commit is contained in:
parent
67e7c21fdf
commit
d07ce7d66c
|
@ -17,10 +17,10 @@
|
||||||
#define POT_BRIGHT A0
|
#define POT_BRIGHT A0
|
||||||
#define POT_COLOR A1
|
#define POT_COLOR A1
|
||||||
#define PIN_ALWAYS_ON 9 // Switch that enables always on/off of pixels
|
#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_WHITE 12 // Short Vout to this pin to change color to white
|
||||||
#define PIN_DOOR 11 // Door sensor pin
|
#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
|
// Objects / values / etc
|
||||||
MAX1704 fuelGauge;
|
MAX1704 fuelGauge;
|
||||||
|
|
Reference in a new issue