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.
Diff: main.cpp
- Revision:
- 107:2f13fb804b9e
- Parent:
- 105:ed03c03b353e
diff -r d323dd088ba2 -r 2f13fb804b9e main.cpp
--- a/main.cpp Fri Nov 22 16:00:04 2019 +0000
+++ b/main.cpp Wed Feb 12 12:18:52 2020 +0000
@@ -13,6 +13,8 @@
int main()
{
+ printf("Hello Serial\n");
+
// Initialise the digital pin LED1 as an output
DigitalOut led(LED1);