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:5127448aa699, committed 2017-04-27
- Comitter:
- tulanthoar
- Date:
- Thu Apr 27 16:03:40 2017 -0600
- Parent:
- 0:ea82a5a12af4
- Commit message:
- change to LED3 to distinguish from every other blinky
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Apr 09 18:01:24 2017 +0000 +++ b/main.cpp Thu Apr 27 16:03:40 2017 -0600 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut led1(LED1); +DigitalOut led1(LED3); // main() runs in its own thread in the OS int main() {