Test fork

Dependencies:   mbed

Fork of mbed_blinky by Nathaniel Honka

Files at this revision

API Documentation at this revision

Comitter:
nathanhonka
Date:
Wed Mar 18 19:07:54 2015 +0000
Parent:
1:8c53426523f5
Commit message:
Comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Mar 18 19:06:41 2015 +0000
+++ b/main.cpp	Wed Mar 18 19:07:54 2015 +0000
@@ -10,5 +10,6 @@
         wait(0.2);
         myled = 1;
         wait(0.5);
+        // Don't push this comment
     }
 }