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-rtos mbed HardwareInterface
Fork of NerfUS_cmake_cleanup by
Revision 2:6e467e4978f9, committed 2017-02-04
- Comitter:
- Maxime Dupuis
- Date:
- Sat Feb 04 22:32:55 2017 -0500
- Parent:
- 1:ed506b2298b4
- Child:
- 3:aaf84424abb1
- Commit message:
- Replace curly braces
Actually, I'm checking if it is possible to commit
from outside online mbed. This is from my PC using
mercurial
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Feb 05 03:14:06 2017 +0000
+++ b/main.cpp Sat Feb 04 22:32:55 2017 -0500
@@ -3,8 +3,10 @@
DigitalOut myled(LED1);
-int main() {
- while(1) {
+int main()
+{
+ while(1)
+ {
myled = 1;
wait(0.2);
myled = 0;
