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
- Committer:
- MathieuM
- Date:
- 2018-10-01
- Revision:
- 37:2b7e44977ed5
- Parent:
- 36:0faa7ccf05a5
- Child:
- 38:79a8fdddb1d1
File content as of revision 37:2b7e44977ed5:
#include "mbed.h"
#include "DHT.h"
//Configuration
#define PinName p23
#define DHTtype DHT22
float airHumidity( void );
