Simple library for the DHT11 temperature and humidity sensor. Forked from an existing Mbed DHT11 project.
Revision 14:dc91e960af81, committed 2021-10-13
- Comitter:
- aleksey136
- Date:
- Wed Oct 13 15:45:32 2021 +0000
- Parent:
- 13:11d0770eb603
- Commit message:
- added
Changed in this revision
DHT11.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DHT11.cpp Wed Sep 15 14:47:06 2021 +0000 +++ b/DHT11.cpp Wed Oct 13 15:45:32 2021 +0000 @@ -58,7 +58,7 @@ t.reset(); io.output(); io = 0; - thread_sleep_for(10 + t_tol_start); + //thread_sleep_for(10 + t_tol_start); io.input(); io = 1;