A simple library for reading data from a DHT22 sensor
Dependents: frdm_dht22_example DISCO-L053C8_ePD_demo
Simple library for doing DHT22 sensor readings. I've tested this on an FRDM K64F, but I see no reason it wouldn't work on other platforms.
Note that the data in `dht22_data_t` is fixed point, to convert to a normal number, divide by 10.
There is an example application here: https://developer.mbed.org/users/co657_sjc80/code/frdm_dht22_example/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:e52d76ef24b3 | 2016-11-03 | co657_sjc80 | Patches by Fred. Apparently the built in wait_us is a bit delicate, so Fred has added his own. Much nicer! |
1:10ec58346011 | 2016-01-06 | co657_sjc80 | Removed unused timer. |
0:257ba13e416e | 2016-01-04 | co657_sjc80 | Initial commit; |