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: main.cpp
- Revision:
- 65:3f898ad77cb5
- Parent:
- 64:7adaa9dfcb8c
- Child:
- 66:cbfcea17a3c5
--- a/main.cpp Tue Oct 09 12:32:59 2018 +0000
+++ b/main.cpp Tue Oct 09 12:36:37 2018 +0000
@@ -37,7 +37,7 @@
//collect data
//alt = readAltitude(&hp206c);
hmc5883.getXYZ(magXYZ);
- get_T_H_air(&airT, &airH, sensor);
+ get_T_H_air(&airT, &airH, sensor); // takes 2s to execute
// Display
pc.printf("\n=====| Data |=====\n");
