Changes in oregon protocol. issue 18
This commit is contained in:
parent
c9a030774b
commit
bfc7308cce
5 changed files with 192 additions and 186 deletions
|
|
@ -1,14 +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
|
||||
#include "HardwareBH1750.h"
|
||||
#include "HardwareDHT11.h"
|
||||
#include "HardwarePhotocell.h"
|
||||
|
||||
//////// PROTOCOLS
|
||||
#include "ProtocolNexa.h"
|
||||
#include "ProtocolOregon.h"
|
||||
|
||||
|
||||
#endif // HALDEFINITIONS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue