Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Revision:
13:67a3109de055
Parent:
0:fa6e7dd26ef2
diff -r a1ca855e7629 -r 67a3109de055 main.cpp
--- a/main.cpp	Tue Sep 25 12:55:00 2018 +0000
+++ b/main.cpp	Tue Sep 25 13:17:34 2018 +0000
@@ -1,12 +1,12 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
 
 int main() {
     while(1) {
-        myled = 1; // LED is ON
-        wait(0.2); // 200 ms
-        myled = 0; // LED is OFF
-        wait(1.0); // 1 sec
+        /*
+        
+        */
+        
+        wait(15);  // sampling frequency
     }
 }