some arduino refactoring
Former-commit-id: f5b74a8a1f10400579ef2267f39a7a03f551ad27
This commit is contained in:
parent
bbb9996d56
commit
588507621a
4 changed files with 46 additions and 10 deletions
14
arduino/HalMultiSensor/HalDefinitions.h
Executable file
14
arduino/HalMultiSensor/HalDefinitions.h
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef HALDEFINITIONS_H
|
||||
#define HALDEFINITIONS_H
|
||||
|
||||
//////// PROTOCOLS
|
||||
#define PROT_NEXA_SELFLEARNING
|
||||
#define PROT_OREGON_SELFLEARNING
|
||||
|
||||
/////// HARDWARE
|
||||
#define HW_BH1750
|
||||
#define HW_DHT11
|
||||
#define HW_PHOTOCELL
|
||||
|
||||
|
||||
#endif // HALDEFINITIONS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue