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
Diff: T_H_air.h
- Revision:
- 41:d3434f5816ad
- Parent:
- 38:79a8fdddb1d1
- Child:
- 45:60f602ecd59b
--- a/T_H_air.h Mon Oct 01 09:31:55 2018 +0000 +++ b/T_H_air.h Mon Oct 01 09:42:38 2018 +0000 @@ -5,4 +5,5 @@ #define PinName D2 #define DHTtype DHT22 -float airHumidity( void ); \ No newline at end of file +float airHumidity( void ); +float airTemperature(); \ No newline at end of file
