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.cpp
- Revision:
- 5:06fa7674622a
- Parent:
- 4:ea3fa51c4386
- Child:
- 6:6c9453397f4a
diff -r ea3fa51c4386 -r 06fa7674622a SnakeEngine/SnakeEngine.cpp --- a/SnakeEngine/SnakeEngine.cpp Sat May 23 15:31:30 2020 +0000 +++ b/SnakeEngine/SnakeEngine.cpp Sat May 23 17:16:44 2020 +0000 @@ -23,8 +23,8 @@ } } */ -void SnakeEngine::init(){ - _food.init(); +void SnakeEngine::init(FXOS8700CQ &mag){ + _food.init(mag); //_food.rand_pos(_food._x, _food._y); }