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 C12832 USBDevice
Dependents: mbed_alif4000_hotkeys_3chan_001
Diff: main.cpp
- Revision:
- 2:9bf087cff7f4
- Parent:
- 1:0e50909db8ee
- Child:
- 3:e2f13978838c
--- a/main.cpp Fri Feb 23 11:48:08 2018 +0000 +++ b/main.cpp Mon Feb 26 11:24:54 2018 +0000 @@ -14,7 +14,7 @@ // To change LED colour at channel switching BusOut leds(p23, p24, p25); -BusOut myleds(LED1, LED2, LED3, LED4); +BusOut myleds(LED1, LED2, LED3, LED4, LED5, LED6); // keyboard interface to emulate keyboard and send keys with modifiers USBKeyboard keyboard;