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:
- 37:2b7e44977ed5
- Parent:
- 36:0faa7ccf05a5
- Child:
- 38:79a8fdddb1d1
--- a/T_H_air.h Mon Oct 01 08:20:39 2018 +0000 +++ b/T_H_air.h Mon Oct 01 08:25:35 2018 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" -#include "DHT.cpp" +#include "DHT.h" //Configuration -#define PinName D2 +#define PinName p23 #define DHTtype DHT22 float airHumidity( void ); \ No newline at end of file
