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/Snake.h
- Revision:
- 18:406fc298a7c4
- Parent:
- 14:c3a435597196
- Child:
- 19:b437806e579b
--- a/Snake/Snake.h Wed Apr 25 10:21:54 2018 +0000 +++ b/Snake/Snake.h Mon Apr 30 08:11:40 2018 +0000 @@ -34,7 +34,7 @@ Snake(); // constructor ~Snake(); // destructor - void init(int pos_x, int pos_y); + void init(Direction in, Direction cur); void update(Direction in, Direction cur); void draw(N5110 &lcd);