Gewoon assignment 5 testen

Dependencies:   MODSERIAL mbed

Fork of Minor_test_serial by First Last

Files at this revision

API Documentation at this revision

Comitter:
Ramonwaninge
Date:
Tue Sep 11 13:51:07 2018 +0000
Parent:
2:2c4327bb230a
Commit message:
LED uit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2c4327bb230a -r c118f868d808 main.cpp
--- a/main.cpp	Tue Sep 11 13:50:40 2018 +0000
+++ b/main.cpp	Tue Sep 11 13:51:07 2018 +0000
@@ -15,8 +15,8 @@
     pc.printf("%c\n",c);
     
     
-      wait(0.5f); // wait a small period of time
-        myled = !myled; // toggle a led
+      \\wait(0.5f); // wait a small period of time
+        \\myled = !myled; // toggle a led
     
     }
 }