ss

Dependencies:   MODSERIAL mbed

Fork of Minor_test_serial by First Last

Files at this revision

API Documentation at this revision

Comitter:
maaikelaagland
Date:
Sat Feb 03 13:45:28 2018 +0000
Parent:
3:59ad4f5b9004
Commit message:
char maaike;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 19 16:22:36 2017 +0000
+++ b/main.cpp	Sat Feb 03 13:45:28 2018 +0000
@@ -18,5 +18,6 @@
         pc.printf("%d \r\n", i); // print the value of variable i
         i++; // increment the variable
         myled = !myled; // toggle a led
+        char maaike;
     }
 }