kopia lustrzana https://github.com/Aircoookie/WLED
Update wled06_usermod.ino
Controller design changed. New version with relay. Dallas sensor pin changed to GPIO 13.pull/662/head
rodzic
0b3f2da6ef
commit
47738c751c
|
@ -5,7 +5,7 @@
|
||||||
#define U8X8_PIN_SCL 5
|
#define U8X8_PIN_SCL 5
|
||||||
#define U8X8_PIN_SDA 4
|
#define U8X8_PIN_SDA 4
|
||||||
// Dallas sensor
|
// Dallas sensor
|
||||||
OneWire oneWire(12);
|
OneWire oneWire(13);
|
||||||
DallasTemperature sensor(&oneWire);
|
DallasTemperature sensor(&oneWire);
|
||||||
long temptimer = millis();
|
long temptimer = millis();
|
||||||
long lastMeasure = 0;
|
long lastMeasure = 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue