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:
- 74:087a2b250497
- Parent:
- 33:2a6476c33e74
diff -r 23a3d92dbf41 -r 087a2b250497 main.cpp
--- a/main.cpp Mon Oct 01 08:07:44 2018 +0000
+++ b/main.cpp Mon Oct 01 10:31:11 2018 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
-DigitalOut myled(LED1);
+HP20x_dev capteur_altitude(D4, D5);
int main() {
while(1) {
