Chapter005_TRobotCtrlB

Dependencies:   mbed

Revision:
7:92e213f45f91
Parent:
2:b60cb847489c
--- a/main.cpp	Wed Sep 13 11:30:50 2017 +0000
+++ b/main.cpp	Tue Apr 02 08:39:51 2019 +0000
@@ -1,12 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+int main()
+{
 
-int main() {
-    while(1) {
-        myled = 1; // LED is ON
-        wait(0.2); // 200 ms
-        myled = 0; // LED is OFF
-        wait(1.0); // 1 sec
-    }
 }