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: SnakeTail/SnakeTail.h
- Revision:
- 11:c4b740a970f8
- Parent:
- 7:c67a5c6a874f
- Child:
- 13:4fa0d5148216
diff -r 3958fb08696d -r c4b740a970f8 SnakeTail/SnakeTail.h
--- a/SnakeTail/SnakeTail.h Fri May 22 12:29:53 2020 +0000
+++ b/SnakeTail/SnakeTail.h Sat May 23 10:50:43 2020 +0000
@@ -20,8 +20,9 @@
private:
- int tailX[];
- int tailY[];
+ int tailX[100];
+ int tailY[100];
+ int _x_init, _y_init, prevX, prevY, prev2X, prev2Y, _length;
};
#endif