eerste poging

Dependencies:   MODSERIAL mbed

Fork of Minor_test_serial by First Last

Files at this revision

API Documentation at this revision

Comitter:
ebohan
Date:
Mon Sep 12 09:59:30 2016 +0000
Parent:
0:c8f15874531b
Commit message:
dit is opdracht 2a Emily

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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