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:
- SBACCARI
- Date:
- 2018-09-25
- Revision:
- 29:e050039204ab
- Parent:
- 20:ee252c87a24d
- Child:
- 36:0faa7ccf05a5
File content as of revision 29:e050039204ab:
#include "mbed.h"
#include "DHT.cpp"
//Configuration
#define PinName p23
#define DHTtype DHT22
float airHumidity( void );
