added inputs
This commit is contained in:
parent
d597800f18
commit
2726ce50d0
|
@ -50,6 +50,8 @@ void setup() {
|
||||||
FastLED.addLeds<LED_CHIPSET, LED_FR_PIN, LED_COLOR_ORDER>(fr_leds, LED_FR_NUM);
|
FastLED.addLeds<LED_CHIPSET, LED_FR_PIN, LED_COLOR_ORDER>(fr_leds, LED_FR_NUM);
|
||||||
|
|
||||||
pinMode(RELAY_1, OUTPUT);
|
pinMode(RELAY_1, OUTPUT);
|
||||||
|
pinMode(IGNITION_POWER, INPUT_PULLUP);
|
||||||
|
pinMode(LIGHTING_POWER, INPUT_PULLUP);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user