mirror of
https://github.com/anklimov/lighthub
synced 2025-12-12 14:49:50 +03:00
common_defitinitons->options
custom 1w pin and direct connection without DS2482-100 instructions to README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user