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.
Diff: main.cpp
- Branch:
- dev-USB
- Revision:
- 13:da74d044f6a8
- Parent:
- 4:9bc07cce9fe6
--- 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);