Test demo

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
nileshvora
Date:
Sat Mar 11 06:58:04 2017 +0000
Parent:
0:c72f70e144dd
Commit message:
test-revision

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c72f70e144dd -r 7fb1fba40e98 main.cpp
--- a/main.cpp	Sat Mar 11 06:54:44 2017 +0000
+++ b/main.cpp	Sat Mar 11 06:58:04 2017 +0000
@@ -9,5 +9,6 @@
         gpo = !gpo; // toggle pin
         led = !led; // toggle led
         wait(0.2f);
+        led = !led;
     }
 }
\ No newline at end of file