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
Diff: main.cpp
- Revision:
- 24:14489d259ffb
- Parent:
- 22:c1e1283c6356
- Child:
- 25:1d91ab97d86a
--- a/main.cpp Mon Apr 30 01:14:21 2018 +0000 +++ b/main.cpp Mon Apr 30 16:40:32 2018 +0000 @@ -1,4 +1,4 @@ - #include "mbed.h" +#include "mbed.h" #include "Gamepad.h" #include "N5110.h" #include "rect.h" @@ -11,12 +11,8 @@ DigitalOut gpo(D0); DigitalOut led(LED_RED); - - N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); - Gamepad pad; - engine engine; help help11;