Merge branch 'nano-revision-2.1' into nano-revision-2.2
This commit is contained in:
@@ -41,13 +41,14 @@
|
||||
//#define LOG_TO_SERIAL
|
||||
#define SEND_485
|
||||
|
||||
SimpleDHT11 sensor(DHT_PIN);
|
||||
|
||||
boolean raw_states[8];
|
||||
boolean states[8];
|
||||
unsigned long capacitor[8];
|
||||
unsigned long times[8];
|
||||
unsigned long sensor_time = 0;
|
||||
|
||||
// these values are used for temperature processing
|
||||
SimpleDHT11 sensor(DHT_PIN);
|
||||
byte temperature = 0;
|
||||
byte humidity = 0;
|
||||
int err = SimpleDHTErrSuccess;
|
||||
|
||||
Reference in New Issue
Block a user