Nicolae Marton / Mbed 2 deprecated TDP3_MovementControl

Dependencies:   mbed

Revision:
2:55e5c2c48913
Parent:
1:9c7329b9c23f
Child:
3:c9e7b856026c
--- a/main.cpp	Mon Oct 15 10:05:02 2018 +0000
+++ b/main.cpp	Mon Oct 15 10:11:26 2018 +0000
@@ -5,7 +5,7 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(10);
         myled = 0;
         wait(100);
     }