common_defitinitons->options

custom 1w pin and direct connection without DS2482-100
instructions to README
This commit is contained in:
livello
2018-03-21 17:21:19 +03:00
parent f53181805e
commit 39655a8d7a
7 changed files with 36 additions and 30 deletions

View File

@@ -5,7 +5,10 @@
#ifndef LIGHTHUB_MAIN_H
#define LIGHTHUB_MAIN_H
#endif //LIGHTHUB_MAIN_H
#ifndef SERIAL_BAUD
#define SERIAL_BAUD 115200
#endif
#include "Arduino.h"
#include "DallasTemperature.h"
@@ -45,3 +48,4 @@ void inputLoop(void);
void modbusLoop(void);
void thermoLoop(void);
short thermoSetCurTemp(char * name, short t);
#endif //LIGHTHUB_MAIN_H