SENSOR_PIN -> PIN_SENSOR

This commit is contained in:
starcalc 2017-11-22 21:23:17 +01:00
parent cbe6dfc7d2
commit a214c0d776
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void setup() {
pinMode(PIN_LIGHT2, OUTPUT);
pinMode(PIN_LIGHT3, OUTPUT);
debouncer.attach(SENSOR_PIN,INPUT);
debouncer.attach(PIN_SENSOR,INPUT);
debouncer.interval(50);