Browse Source

re-ordered vars

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
nano-revision-2.0
Stephan Richter 4 weeks ago
parent
commit
0a36f9bae4
  1. 4
      Software/TempSender/TempSender.ino

4
Software/TempSender/TempSender.ino

@ -41,13 +41,13 @@ define SW_VERSION "1.5" @@ -41,13 +41,13 @@ define SW_VERSION "1.5"
//#define LOG_TO_SERIAL
#define SEND_485
SimpleDHT22 sensor(DHT_PIN);
boolean raw_states[8];
boolean states[8];
unsigned long capacitor[8];
unsigned long times[8];
unsigned long sensor_time = 0;
SimpleDHT22 sensor(DHT_PIN);
float temperature = 0;
float humidity = 0;
int err = SimpleDHTErrSuccess;

Loading…
Cancel
Save