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:
- 46:40b6bbf6167e
- Parent:
- 45:60f602ecd59b
- Child:
- 50:2cbcbc06ceb6
File content as of revision 46:40b6bbf6167e:
#include "mbed.h"
#include "DHT.h"
#include "config.h"
float airHumidity(DHT sensor);
float airTemperature(DHT sensor);
