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: Ghost/Ghost.h
- Revision:
- 7:2ce6e90f6d47
- Parent:
- 6:5f76dd718dc3
- Child:
- 10:29126a41b1da
diff -r 5f76dd718dc3 -r 2ce6e90f6d47 Ghost/Ghost.h --- a/Ghost/Ghost.h Wed Feb 19 21:40:21 2020 +0000 +++ b/Ghost/Ghost.h Sat Feb 22 23:13:25 2020 +0000 @@ -6,7 +6,6 @@ #include "N5110.h" #include "FXOS8700CQ.h" #include "Graphics.h" -#include "Controls.h" #include "Mechanics.h" #include "Menu.h" #include "LEDs.h" @@ -64,6 +63,11 @@ float mz; }; +struct Menu_Data { + int Menu_return; + bool Back; +}; + #endif static Point_2D Ghost_Data[6000];