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:
- 7:24a3f13ce36d
- Parent:
- 6:266fb8fc17f4
--- a/Food/Food.h Thu May 28 22:56:46 2020 +0000
+++ b/Food/Food.h Sun May 31 14:12:45 2020 +0000
@@ -16,7 +16,8 @@
void init();
void draw(N5110 &lcd);
- Vector2D get_f();
+ Vector2D get_pos();
+ void set_pos(Vector2D fp);
private:
int _foodx;