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@41:d3434f5816ad, 2018-10-01 (annotated)
- Committer:
- SBACCARI
- Date:
- Mon Oct 01 09:42:38 2018 +0000
- Revision:
- 41:d3434f5816ad
- Parent:
- 38:79a8fdddb1d1
- Child:
- 45:60f602ecd59b
code T_H_air update
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 | 38:79a8fdddb1d1 | 5 | #define PinName D2 |
| SBACCARI | 29:e050039204ab | 6 | #define DHTtype DHT22 |
| SBACCARI | 29:e050039204ab | 7 | |
| SBACCARI | 41:d3434f5816ad | 8 | float airHumidity( void ); |
| SBACCARI | 41:d3434f5816ad | 9 | float airTemperature(); |
