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: move/Move.h
- Revision:
- 4:0f2006e9c8f8
- Parent:
- 3:ccbda43c2124
--- a/move/Move.h Wed May 08 22:18:51 2019 +0000 +++ b/move/Move.h Thu May 09 02:37:14 2019 +0000 @@ -4,6 +4,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Menu.h" @@ -74,6 +75,8 @@ int _y; int _length; Direction _d; + Menu menu; + int _fps; }; #endif \ No newline at end of file