Fixed WDT timer code, still not dynamic
This commit is contained in:
parent
2ba3c42a5e
commit
20023c48e0
5 changed files with 69 additions and 30 deletions
14
arduino/HalMultiSensor/HalInclude.h
Executable file
14
arduino/HalMultiSensor/HalInclude.h
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef HALDEFINITIONS_H
|
||||
#define HALDEFINITIONS_H
|
||||
|
||||
/////// SENSORS
|
||||
#include "SensorBH1750.h"
|
||||
#include "SensorDHT11.h"
|
||||
#include "SensorPhotocell.h"
|
||||
|
||||
//////// PROTOCOLS
|
||||
#include "ProtocolNexa.h"
|
||||
#include "ProtocolOregon.h"
|
||||
|
||||
|
||||
#endif // HALDEFINITIONS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue