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:
- 18:e58a1f8e72ad
- Parent:
- 16:a790f3f622f8
- Child:
- 20:980b37fde361
--- a/snake_engine/snake_engine.h Tue May 08 11:38:55 2018 +0000
+++ b/snake_engine/snake_engine.h Tue May 08 12:38:36 2018 +0000
@@ -19,6 +19,7 @@
void read_input(Gamepad &pad);
bool getfruit(Gamepad &pad);
void collision(Gamepad &pad, N5110 &lcd);
+ int clision;