Adding DHT22/AM2302 sensor libraries (Arduino and PietteTech) but using Arduino for...
authorrtrimana <rtrimana@uci.edu>
Fri, 13 Apr 2018 23:52:32 +0000 (16:52 -0700)
committerrtrimana <rtrimana@uci.edu>
Fri, 13 Apr 2018 23:52:32 +0000 (16:52 -0700)
commit8bb2df3dd0bdfc262501e17b26525b564a6f3cc5
tree65fe260b5a78f1f99242564bb5f03f0e23c0faea
parentbaee185a6308fb8e31ed2422163784491925954d
Adding DHT22/AM2302 sensor libraries (Arduino and PietteTech) but using Arduino for now (more accurate reading); Sensor-Arduino.ino now works with sensor reading, cloud update, and sleep for 30 seconds before repeating the cycle (specific device key for Table is obtained from device's WiFi MAC for convenience)
18 files changed:
version2/src/C/Sensor-Arduino.ino [new file with mode: 0644]
version2/src/others/Arduino_DHT/DHT.cpp [new file with mode: 0644]
version2/src/others/Arduino_DHT/DHT.h [new file with mode: 0644]
version2/src/others/Arduino_DHT/README.txt [new file with mode: 0644]
version2/src/others/Arduino_DHT/examples/DHTtester/DHTtester.ino [new file with mode: 0644]
version2/src/others/DHT/DHT.cpp [deleted file]
version2/src/others/DHT/DHT.h [deleted file]
version2/src/others/DHT/README.txt [deleted file]
version2/src/others/DHT/examples/DHTtester/DHTtester.ino [deleted file]
version2/src/others/PietteTech_DHT/DHT22.ino [new file with mode: 0644]
version2/src/others/PietteTech_DHT/PietteTech_DHT.cpp [new file with mode: 0644]
version2/src/others/PietteTech_DHT/PietteTech_DHT.h [new file with mode: 0644]
version2/src/others/PietteTech_DHT/README.md [new file with mode: 0644]
version2/src/others/ino/DHTtester.ino [new file with mode: 0644]
version2/src/others/ino/README [new file with mode: 0644]
version2/src/others/ino/Sensor-Arduino.ino [new file with mode: 0644]
version2/src/others/ino/Sensor-PietteTech.ino [new file with mode: 0644]
version2/src/others/ino/Sensor.ino [new file with mode: 0644]