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:db8a88f5182b, committed 2016-09-17
- Comitter:
- MrBearing
- Date:
- Sat Sep 17 08:25:35 2016 +0900
- Parent:
- 0:be7062dba746
- Commit message:
- test commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 16 23:07:20 2016 +0000 +++ b/main.cpp Sat Sep 17 08:25:35 2016 +0900 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut led1(LED1); +DigitalOut led1(LED2); // main() runs in its own thread in the OS // (note the calls to Thread::wait below for delays)