maaike laagland
/
HC2bss
ss
Fork of Minor_test_serial by
Revision 4:7cbf9738084d, committed 2018-02-03
- 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; } }