Some Arduino refactoring and it builds now
This commit is contained in:
parent
606e767f34
commit
d377bbc0a9
14 changed files with 92 additions and 62 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#ifndef HALDEFINITIONS_H
|
||||
#define HALDEFINITIONS_H
|
||||
|
||||
/////// HARDWARE
|
||||
#include "HardwareBH1750.h"
|
||||
#include "HardwareDHT11.h"
|
||||
#include "HardwarePhotocell.h"
|
||||
/////// SENSORS
|
||||
#include "SensorBH1750.h"
|
||||
#include "SensorDHT11.h"
|
||||
#include "SensorPhotocell.h"
|
||||
|
||||
//////// PROTOCOLS
|
||||
#include "ProtocolNexa.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue