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
Revision 1:bb025fa34c62, committed 2015-01-05
- Comitter:
- BrunoV
- Date:
- Mon Jan 05 10:01:30 2015 +0000
- Parent:
- 0:c0aee9c4a3e0
- Commit message:
- LED 1 changes to LED3;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 05 09:56:47 2015 +0000 +++ b/main.cpp Mon Jan 05 10:01:30 2015 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut myled(LED1); +DigitalOut myled(LED3); int main() {