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 ll16j23s_test_docs
Diff: SnakeEngine/SnakeEngine.h
- Revision:
- 6:6c9453397f4a
- Parent:
- 5:06fa7674622a
- Child:
- 7:dd84e0fab346
diff -r 06fa7674622a -r 6c9453397f4a SnakeEngine/SnakeEngine.h
--- a/SnakeEngine/SnakeEngine.h Sat May 23 17:16:44 2020 +0000
+++ b/SnakeEngine/SnakeEngine.h Sat May 23 20:01:00 2020 +0000
@@ -19,6 +19,8 @@
void init(FXOS8700CQ &mag);
void move_body(Gamepad &pad, N5110 &lcd, bool &death);
int score;
+ void transition_black(N5110 &lcd);
+ void transition_white(N5110 &lcd);
//void init(VARIABLES);
//void update(Gamepad &pad);