Update wled06_usermod.ino

Controller design changed. New version with relay. Dallas sensor pin changed to GPIO 13.
pull/662/head
Ser Ko 2020-02-05 12:03:24 -05:00
rodzic 0b3f2da6ef
commit 47738c751c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
#define U8X8_PIN_SCL 5
#define U8X8_PIN_SDA 4
// Dallas sensor
OneWire oneWire(12);
OneWire oneWire(13);
DallasTemperature sensor(&oneWire);
long temptimer = millis();
long lastMeasure = 0;