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
- Revision:
- 4:c6d3c2dea4b0
- Parent:
- 3:aac8dcbe6e18
diff -r aac8dcbe6e18 -r c6d3c2dea4b0 main.cpp --- a/main.cpp Fri Jan 24 13:18:25 2020 +0000 +++ b/main.cpp Fri Jan 24 13:26:47 2020 +0000 @@ -15,9 +15,6 @@ // K64F on-board LEDs BusOut k64f_leds(LED_RED, LED_GREEN, LED_BLUE); -// Gamepad switches -InterruptIn buttonA(PTC7); -InterruptIn buttonB(PTC9); // LEDs on Gamepad (1 to 3) - active-low 0 = on and 1 = off // BusOut arguments are LSB first BusOut output(PTA2,PTC2,PTC3);