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.
Dependencies: mbed mbed-STM32F103C8T6
Diff: main.cpp
- Revision:
- 2:7e4457bc20b0
- Parent:
- 1:621d776b1313
--- a/main.cpp Wed Jan 16 09:04:20 2019 +0000
+++ b/main.cpp Wed Jan 16 09:10:14 2019 +0000
@@ -17,5 +17,6 @@
lcd.print("Hello, World!");
wait(5.0);
lcd.clear(); // clear display
+ wait(2.0);
}
}