Simple library for the DHT11 temperature and humidity sensor. Forked from an existing Mbed DHT11 project.

Revision:
14:dc91e960af81
Parent:
13:11d0770eb603
--- 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;