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

Revision:
12:af1eadec17e5
Parent:
10:f0d789f49df7
Child:
13:11d0770eb603
--- a/DHT11.h	Thu Sep 25 14:13:10 2014 +0000
+++ b/DHT11.h	Mon May 31 07:02:00 2021 +0000
@@ -25,7 +25,7 @@
  * #include "mbed.h"
  * #include "DHT11.h"
  *
- * DHT11 d;
+ * DHT11 d(D8); // Here fill your PIN mask/name
  *
  * main()
  * {