Adding .ino files for IoTCloud library tests (periodic write and sleep); adding DHT...
authorrtrimana <rtrimana@uci.edu>
Thu, 12 Apr 2018 23:09:16 +0000 (16:09 -0700)
committerrtrimana <rtrimana@uci.edu>
Thu, 12 Apr 2018 23:09:16 +0000 (16:09 -0700)
commitbaee185a6308fb8e31ed2422163784491925954d
tree3bc55c98a2cdac4804c3a42a574ab5b6f0cddcc9
parent80b2e6b556c41f4020c68457f1af9e40d40863e4
Adding .ino files for IoTCloud library tests (periodic write and sleep); adding DHT library for humidity/temperature sensor.
version2/src/C/DHT.cpp [new file with mode: 0644]
version2/src/C/DHT.h [new file with mode: 0644]
version2/src/C/SlotBuffer.h
version2/src/C/Test.ino [deleted file]
version2/src/others/DHT/DHT.cpp [new file with mode: 0644]
version2/src/others/DHT/DHT.h [new file with mode: 0644]
version2/src/others/DHT/README.txt [new file with mode: 0644]
version2/src/others/DHT/examples/DHTtester/DHTtester.ino [new file with mode: 0644]
version2/src/others/ino/Periodic.ino [new file with mode: 0644]
version2/src/others/ino/Test.ino [new file with mode: 0644]