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.
Revision 1:120c820502a2, committed 2017-07-13
- Comitter:
- noutram
- Date:
- Thu Jul 13 10:09:34 2017 +0000
- Parent:
- 0:f809b34da5df
- Commit message:
- 121 solution
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f809b34da5df -r 120c820502a2 main.cpp --- a/main.cpp Thu Sep 24 12:24:01 2015 +0000 +++ b/main.cpp Thu Jul 13 10:09:34 2017 +0000 @@ -1,7 +1,6 @@ #include "mbed.h" -//This is my solution, using C functions -//to avoid repetition. +//This is my solution, using C functions to avoid repetition. DigitalOut myled(D7);