Fixed build issue
This commit is contained in:
parent
bfc7308cce
commit
853f1d0fe8
14 changed files with 172 additions and 115 deletions
|
|
@ -1,18 +1,18 @@
|
|||
#ifndef HALCONFIGURATION_H
|
||||
#define HALCONFIGURATION_H
|
||||
|
||||
#include "Definitions.h"
|
||||
#include "HalDefinitions.h"
|
||||
|
||||
|
||||
// POWER CONSUMPTION SENSOR
|
||||
#define POWERCON_ENABLED // comment out to disable sensor
|
||||
#define POWERCON_HARDWARE HardwareDH1750()
|
||||
#define POWERCON_HARDWARE HardwareBH1750()
|
||||
#define POWERCON_PROTOCOL ProtocolOregon(118)
|
||||
#define POWER_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
// TEMPERATURE SENSOR
|
||||
#define TEMPERATURE_ENABLED // comment out to disable sensor
|
||||
#define TEMPERATURE_HARDWARE HW_DHT11
|
||||
#define TEMPERATURE_HARDWARE HardwareDHT11(5)
|
||||
#define TEMPERATURE_PROTOCOL ProtocolOregon(100)
|
||||
#define TEMPERATURE_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
|
|
@ -23,4 +23,4 @@
|
|||
#define LIGHT_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
|
||||
#endif // HALCONFIGURATION_H
|
||||
#endif // HALCONFIGURATION_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue