Support for dht22 grove temperature and humidity sensor
Fork of frdm_Grove_Temp-Humidity_Example by
This repository supports Grove Temperature and Humidity Sensor Pro.
Revision 1:bc8bfc12d3c4, committed 2016-08-17
- Comitter:
- Prashant_Dew
- Date:
- Wed Aug 17 10:45:56 2016 +0000
- Parent:
- 0:9d72427a0730
- Commit message:
- Commit for dht22 TH Sensor
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9d72427a0730 -r bc8bfc12d3c4 main.cpp --- a/main.cpp Thu Dec 31 22:03:48 2015 +0000 +++ b/main.cpp Wed Aug 17 10:45:56 2016 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "DHT.h" -DHT sensor(D4, DHT11); +DHT sensor(D4, DHT22); int main() {