Ramon Waninge
/
Minor_test_serial
Gewoon assignment 5 testen
Fork of Minor_test_serial by
Revision 3:c118f868d808, committed 2018-09-11
- Comitter:
- Ramonwaninge
- Date:
- Tue Sep 11 13:51:07 2018 +0000
- Parent:
- 2:2c4327bb230a
- Commit message:
- LED uit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2c4327bb230a -r c118f868d808 main.cpp --- a/main.cpp Tue Sep 11 13:50:40 2018 +0000 +++ b/main.cpp Tue Sep 11 13:51:07 2018 +0000 @@ -15,8 +15,8 @@ pc.printf("%c\n",c); - wait(0.5f); // wait a small period of time - myled = !myled; // toggle a led + \\wait(0.5f); // wait a small period of time + \\myled = !myled; // toggle a led } }