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 13:da74d044f6a8, committed 2015-08-18
- Comitter:
- captaingoujon
- Date:
- Tue Aug 18 13:25:53 2015 +0000
- Branch:
- dev-USB
- Parent:
- 4:9bc07cce9fe6
- Commit message:
- Switched LED to PB_2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 01 15:58:36 2015 +0000 +++ b/main.cpp Tue Aug 18 13:25:53 2015 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "USBSerial.h" -DigitalOut myled(LED1); +DigitalOut myled(PB_2); InterruptIn usbPower(PA_9); USBSerial pcSerial(0x1f00,0x2012,0x001,false);