14 lines
No EOL
256 B
C
Executable file
14 lines
No EOL
256 B
C
Executable file
#ifndef HALDEFINITIONS_H
|
|
#define HALDEFINITIONS_H
|
|
|
|
/////// HARDWARE
|
|
#include "HardwareBH1750.h"
|
|
#include "HardwareDHT11.h"
|
|
#include "HardwarePhotocell.h"
|
|
|
|
//////// PROTOCOLS
|
|
#include "ProtocolNexa.h"
|
|
#include "ProtocolOregon.h"
|
|
|
|
|
|
#endif // HALDEFINITIONS_H
|