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.cpp
- Revision:
- 65:3f898ad77cb5
- Parent:
- 64:7adaa9dfcb8c
diff -r 7adaa9dfcb8c -r 3f898ad77cb5 T_H_air.cpp --- a/T_H_air.cpp Tue Oct 09 12:32:59 2018 +0000 +++ b/T_H_air.cpp Tue Oct 09 12:36:37 2018 +0000 @@ -29,7 +29,7 @@ void get_T_H_air(float* T, float* H, DHT sensor) { - int tmpH, tmpT ; + float tmpH, tmpT ; tmpT = airTemperature(sensor); if( tmpT!=0 ) {