hal/arduino/HalMultiSensor/HalInclude.h

14 lines
249 B
C
Raw Normal View History

#ifndef HALDEFINITIONS_H
#define HALDEFINITIONS_H
/////// SENSORS
#include "SensorBH1750.h"
#include "SensorDHT11.h"
#include "SensorPhotocell.h"
2016-02-24 15:31:51 +01:00
//////// PROTOCOLS
#include "ProtocolNexa.h"
#include "ProtocolOregon.h"
#endif // HALDEFINITIONS_H