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: snake_engine/snake_engine.h
- Revision:
- 16:a790f3f622f8
- Parent:
- 15:47ea86f1ed70
- Child:
- 18:e58a1f8e72ad
--- a/snake_engine/snake_engine.h Mon May 07 11:57:22 2018 +0000
+++ b/snake_engine/snake_engine.h Tue May 08 11:31:47 2018 +0000
@@ -18,6 +18,7 @@
void update(Gamepad &pad, N5110 &lcd);
void read_input(Gamepad &pad);
bool getfruit(Gamepad &pad);
+ void collision(Gamepad &pad, N5110 &lcd);