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:
- 1:1579d36c7659
- Parent:
- 0:99c19dff3a25
- Child:
- 2:7235899a3ac7
--- a/main.cpp Tue Oct 06 07:21:25 2020 +0000
+++ b/main.cpp Tue Oct 06 07:21:42 2020 +0000
@@ -15,7 +15,7 @@
{
// Initialise the digital pin LED1 as an output
DigitalOut led(LED1);
-
+ // comment
while (true) {
led = !led;
thread_sleep_for(BLINKING_RATE_MS);