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 mbed-os-example-mbed5-blinky by
Diff: main.cpp
- Revision:
- 52:fb9d943f4042
- Parent:
- 51:38bcf5ee4cb1
diff -r 38bcf5ee4cb1 -r fb9d943f4042 main.cpp
--- a/main.cpp Sat Nov 11 15:03:45 2017 +0000
+++ b/main.cpp Sat Nov 11 15:16:46 2017 +0000
@@ -15,7 +15,7 @@
while (true) {
while (!pc.readable());
pc.scanf("%d", &number);
-// pc.printf("you entered %d\n", number);
+ pc.printf("you entered %d\n", number);
blink_in_binary(number);
}
}
