Create wled00.txt

Definitions needed for reading the Dallas temp sensor used on the QuinLED boards.
This commit is contained in:
400killer 2019-11-29 11:58:40 -08:00 committed by GitHub
parent 6ad57a15cf
commit 4d5bb274d1
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