
eerste poging
Fork of Minor_test_serial by
Diff: main.cpp
- Revision:
- 1:c63793f4b3fa
- Parent:
- 0:c8f15874531b
--- a/main.cpp Wed Sep 02 14:50:46 2015 +0000 +++ b/main.cpp Mon Sep 12 09:59:30 2016 +0000 @@ -8,7 +8,7 @@ { int i = 0; pc.baud(115200); - pc.printf("Hello World!\n"); + pc.printf("Hello World!\n\r"); while (true) { wait(0.5f); // wait a small period of time @@ -17,3 +17,5 @@ myled = !myled; // toggle a led } } + + \\ dit is een aagepaste versie voor assignment 2a \ No newline at end of file