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 Gamepad N5110 Joystick
Diff: main.h
- Revision:
- 1:b9f3b7d869d8
- Parent:
- 0:1217c9dd0290
- Child:
- 4:0fc3441556e1
--- a/main.h Tue May 07 12:05:35 2019 +0000 +++ b/main.h Wed May 08 19:32:05 2019 +0000 @@ -0,0 +1,20 @@ +#ifndef MAIN_H +#define MAIN_H + +// LIBRARIES +#include "mbed.h" +#include "N5110.h" +#include "Gamepad.h" +#include "Snake.h" +#include "Game_engine.h" + +// INSTANCES +extern N5110 lcd; +extern Gamepad gamepad; + +// FUNCTION PROTOTYPES +void Init(); +void Welcome(); +void render(); + +#endif \ No newline at end of file