kopia lustrzana https://github.com/Aircoookie/WLED
commit
82d5ac91d7
|
@ -0,0 +1,8 @@
|
||||||
|
//Intiating code for QuinLED Dig-Uno temp sensor
|
||||||
|
//Uncomment Celsius if that is your prefered temperature scale
|
||||||
|
#include <DallasTemperature.h>
|
||||||
|
OneWire oneWire(14);
|
||||||
|
DallasTemperature sensors(&oneWire);
|
||||||
|
long temptimer = millis();
|
||||||
|
long lastMeasure = 0;
|
||||||
|
//#define Celsius
|
Ładowanie…
Reference in New Issue