Finn Quicke / Mbed 2 deprecated TDP3_MovementControl

Dependencies:   mbed

Fork of TDP3_MovementControl by Nicolae Marton

Revision:
1:9c7329b9c23f
Parent:
0:30183794e491
Child:
2:55e5c2c48913
--- a/main.cpp	Mon Oct 15 10:01:05 2018 +0000
+++ b/main.cpp	Mon Oct 15 10:05:02 2018 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-
+//hello guys, this is a test
 DigitalOut myled(LED1);
 
 int main() {
@@ -7,6 +7,6 @@
         myled = 1;
         wait(0.2);
         myled = 0;
-        wait(0.2);
+        wait(100);
     }
 }