Fixed WDT timer code, still not dynamic

This commit is contained in:
Ziver Koc 2016-05-09 17:49:24 +02:00
parent 2ba3c42a5e
commit 20023c48e0
5 changed files with 69 additions and 30 deletions

View file

@ -0,0 +1,14 @@
#ifndef HALDEFINITIONS_H
#define HALDEFINITIONS_H
/////// SENSORS
#include "SensorBH1750.h"
#include "SensorDHT11.h"
#include "SensorPhotocell.h"
//////// PROTOCOLS
#include "ProtocolNexa.h"
#include "ProtocolOregon.h"
#endif // HALDEFINITIONS_H