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: Food/Food.h
- Revision:
- 7:dd84e0fab346
- Parent:
- 5:06fa7674622a
- Child:
- 8:bcc3403d7e79
diff -r 6c9453397f4a -r dd84e0fab346 Food/Food.h --- a/Food/Food.h Sat May 23 20:01:00 2020 +0000 +++ b/Food/Food.h Sun May 24 22:18:55 2020 +0000 @@ -15,7 +15,7 @@ ~Food(); void init(FXOS8700CQ &mag); - void rand_pos(Gamepad &pad, int &_x, int &_y); + void rand_pos(Gamepad &pad); void draw(N5110 &lcd, int &_frame); void snake_food_collision(); void do_food(N5110 &lcd);