14 lines
No EOL
247 B
C
14 lines
No EOL
247 B
C
#ifndef HALDEFINITIONS_H
|
|
#define HALDEFINITIONS_H
|
|
|
|
/////// SENSORS
|
|
#include "SensorBH1750.h"
|
|
#include "SensorDHT.h"
|
|
#include "SensorPhotocell.h"
|
|
|
|
//////// PROTOCOLS
|
|
#include "ProtocolNexa.h"
|
|
#include "ProtocolOregon.h"
|
|
|
|
|
|
#endif // HALDEFINITIONS_H
|