Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Minor_test_serial by
Revision 1:c63793f4b3fa, committed 2016-09-12
- 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
