Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DHT11_Hello_World IBMIoTClientEthernetExample_W5200 AutoPlants PB_Emma_Ethernet ... more
Revision 4:48798b126d93, committed 2014-09-10
- Comitter:
- s_inoue_mbed
- Date:
- Wed Sep 10 17:18:28 2014 +0000
- Parent:
- 3:8cd064147bde
- Child:
- 5:da586c935e88
- Commit message:
- Doxygen documentation has been corrected.
Changed in this revision
| DHT11.cpp | Show annotated file Show diff for this revision Revisions of this file |
| DHT11.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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"
--- a/DHT11.h Wed Sep 10 17:10:42 2014 +0000 +++ b/DHT11.h 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 */ #ifndef __DHT11__ #define __DHT11__