Merge pull request #402 from 400killer/patch-3

Create wled00.txt
This commit is contained in:
Aircoookie 2019-11-30 00:33:18 +01:00 committed by GitHub
commit 82d5ac91d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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