HW3- swrd

Dependencies:   PinDetect_KL25Z USBDevice mbed

Fork of octasword by TONY WU

Files at this revision

API Documentation at this revision

Comitter:
triciasfu
Date:
Wed Sep 16 00:03:23 2015 +0000
Parent:
0:8c7c6ac65e1a
Child:
2:082bca930f40
Commit message:
hello

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 15 23:59:13 2015 +0000
+++ b/main.cpp	Wed Sep 16 00:03:23 2015 +0000
@@ -4,6 +4,7 @@
 
 int main() {
     while(1) {
+        // hello
         myled = 1;
         wait(0.2);
         myled = 0;