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: max32630fthr USBDevice
Diff: main.cpp
- Revision:
- 8:d2b660bf5f94
- Parent:
- 6:684c51f32c1d
- Child:
- 9:02c5adb483c8
--- a/main.cpp Mon Feb 06 23:40:01 2017 +0000 +++ b/main.cpp Thu Nov 16 21:27:19 2017 +0000 @@ -8,7 +8,7 @@ Serial daplink(P2_1, P2_0); // Virtual serial port over USB -USBSerial microUSB; +USBSerial microUSB; DigitalOut rLED(LED1); DigitalOut gLED(LED2);

