From: rtrimana Date: Mon, 16 Apr 2018 17:02:38 +0000 (-0700) Subject: Adding setup picture that matches the program code in terms of pins and sensor setup. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=300f4bf142588a1025117cc654751a5d396e9269;p=iotcloud.git Adding setup picture that matches the program code in terms of pins and sensor setup. --- diff --git a/version2/src/C/Sensor-Arduino.ino b/version2/src/C/Sensor-Arduino.ino index 214447e..22d9105 100644 --- a/version2/src/C/Sensor-Arduino.ino +++ b/version2/src/C/Sensor-Arduino.ino @@ -10,7 +10,7 @@ #define PWRPIN D5 // Power pin #define DHTTYPE DHT22 // DHT 22 (AM2302) // IoTCloud -#define SLEEP_TIME 10 // Sleep time in seconds +#define SLEEP_TIME 1800 // Sleep time in seconds // Initialize DHT sensor for normal 16mhz Arduino DHT dht(DHTPIN, DHTTYPE); diff --git a/version2/src/others/setup/PHOTON-sensor.jpg b/version2/src/others/setup/PHOTON-sensor.jpg new file mode 100644 index 0000000..8e9ca4e Binary files /dev/null and b/version2/src/others/setup/PHOTON-sensor.jpg differ