A library for the use of DHT11, a temperature and humidity sensor

Dependents:   HTTP_SERVER2 lightweight-weather-station

Revision:
4:48798b126d93
Parent:
1:95b80cc3f676
Child:
6:257e2ab66d0f
diff -r 8cd064147bde -r 48798b126d93 DHT11.cpp
--- a/DHT11.cpp	Wed Sep 10 17:10:42 2014 +0000
+++ b/DHT11.cpp	Wed Sep 10 17:18:28 2014 +0000
@@ -1,6 +1,6 @@
-/**
- Library for the use of the DHT11, a temperature and humidity sensor
- Shigenori Inoue, September 10, 2014
+/*
+ * Library for the use of the DHT11, a temperature and humidity sensor
+ * Shigenori Inoue, September 10, 2014
  */
 
 #include "DHT11.h"