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:
- 28:35af3843de8f
- Parent:
- 27:f05f4e738ba9
- Child:
- 29:579e00b7f118
--- a/main/main.h Mon Apr 08 14:41:57 2019 +0000 +++ b/main/main.h Wed Apr 10 15:42:10 2019 +0000 @@ -7,7 +7,9 @@ #include "geometry.h" #include "models.h" -//Global variables +/** Global variable readings from the gamepad are shared for all the files to + * use. + */ extern N5110 lcd; extern Gamepad gamepad; extern AnalogIn pot;