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:
- 8:bcc3403d7e79
- Parent:
- 7:dd84e0fab346
- Child:
- 9:0571880085cc
--- a/Food/Food.h Sun May 24 22:18:55 2020 +0000 +++ b/Food/Food.h Mon May 25 14:45:32 2020 +0000 @@ -15,7 +15,7 @@ ~Food(); void init(FXOS8700CQ &mag); - void rand_pos(Gamepad &pad); + bool rand_pos(Gamepad &pad, N5110 &lcd); void draw(N5110 &lcd, int &_frame); void snake_food_collision(); void do_food(N5110 &lcd);