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
Fork of el17dg by
Diff: main/main.h
- Revision:
- 8:c18c240665aa
- Parent:
- 4:02c63aaa2df9
- Child:
- 9:5ad5501c702e
--- a/main/main.h Mon Mar 11 09:52:00 2019 +0000 +++ b/main/main.h Mon Mar 11 14:48:49 2019 +0000 @@ -5,6 +5,8 @@ #include "N5110.h" #include "Gamepad.h" + + //Global variables extern N5110 lcd; extern Gamepad gamepad;