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:
- 34:c5a042973e0c
- Parent:
- 30:6d6b48fe3679
- Child:
- 37:4d525a37d5d2
--- a/main.cpp Wed Apr 10 17:56:13 2019 +0000 +++ b/main.cpp Thu Apr 11 21:29:48 2019 +0000 @@ -3,7 +3,7 @@ #include "Gamepad.h" #include "Gameengine.h" -Key _k; +keyed _k; Gameengine game; Gamepad pad; N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);