Initial structure for HalMultiSensor
Former-commit-id: 22bc809d9e6de8a2994f1df699ae74bb7245378f
This commit is contained in:
parent
70b1608dd8
commit
a6f8cf872a
14 changed files with 612 additions and 0 deletions
14
arduino/HalMultiSensor/Definitions.h
Executable file
14
arduino/HalMultiSensor/Definitions.h
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef DEFINITIONS_H
|
||||
#define DEFINITIONS_H
|
||||
|
||||
//////// PROTOCOLS
|
||||
#define PROT_NEXA_SELFLEARNING
|
||||
#define PROT_OREGON_SELFLEARNING
|
||||
|
||||
/////// HARDWARE
|
||||
#define HW_BH1750
|
||||
#define HW_DHT11
|
||||
#define HW_PHOTOCELL
|
||||
|
||||
|
||||
#endif // DEFINITIONS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue