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.
Dependencies: HP206C mbed HMC5883L DHT DS1820
T_H_air.h@29:e050039204ab, 2018-09-25 (annotated)
- Committer:
- SBACCARI
- Date:
- Tue Sep 25 15:08:15 2018 +0000
- Revision:
- 29:e050039204ab
- Parent:
- 20:ee252c87a24d
- Child:
- 36:0faa7ccf05a5
code update
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| SBACCARI | 20:ee252c87a24d | 1 | #include "mbed.h" |
| SBACCARI | 29:e050039204ab | 2 | #include "DHT.cpp" |
| SBACCARI | 29:e050039204ab | 3 | |
| SBACCARI | 29:e050039204ab | 4 | //Configuration |
| SBACCARI | 29:e050039204ab | 5 | #define PinName p23 |
| SBACCARI | 29:e050039204ab | 6 | #define DHTtype DHT22 |
| SBACCARI | 29:e050039204ab | 7 | |
| SBACCARI | 29:e050039204ab | 8 | float airHumidity( void ); |
