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.
Diff: Food/Food.cpp
- Revision:
- 17:2a909f7da973
- Parent:
- 15:130900e5c268
diff -r 4d329ce7b156 -r 2a909f7da973 Food/Food.cpp --- a/Food/Food.cpp Tue May 08 14:41:56 2018 +0000 +++ b/Food/Food.cpp Tue May 08 14:52:29 2018 +0000 @@ -17,6 +17,8 @@ { _x = x; _y = y; + + printf("Food initialised\n"); } int Food::getX()