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@37:2b7e44977ed5, 2018-10-01 (annotated)
- Committer:
- MathieuM
- Date:
- Mon Oct 01 08:25:35 2018 +0000
- Revision:
- 37:2b7e44977ed5
- Parent:
- 36:0faa7ccf05a5
- Child:
- 38:79a8fdddb1d1
include DHT.h
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| SBACCARI | 20:ee252c87a24d | 1 | #include "mbed.h" |
| MathieuM | 37:2b7e44977ed5 | 2 | #include "DHT.h" |
| SBACCARI | 29:e050039204ab | 3 | |
| SBACCARI | 29:e050039204ab | 4 | //Configuration |
| MathieuM | 37:2b7e44977ed5 | 5 | #define PinName p23 |
| SBACCARI | 29:e050039204ab | 6 | #define DHTtype DHT22 |
| SBACCARI | 29:e050039204ab | 7 | |
| SBACCARI | 29:e050039204ab | 8 | float airHumidity( void ); |
