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: Food/Food.h
- Revision:
- 6:266fb8fc17f4
- Parent:
- 5:e0f08e8022de
- Child:
- 7:24a3f13ce36d
--- a/Food/Food.h Thu May 28 16:29:55 2020 +0000
+++ b/Food/Food.h Thu May 28 22:56:46 2020 +0000
@@ -14,4 +14,14 @@
Food();
~Food();
+ void init();
+ void draw(N5110 &lcd);
+ Vector2D get_f();
+
+private:
+ int _foodx;
+ int _foody;
+};
+#endif
+
\ No newline at end of file