Hu Dongyu
/
HuDongyu
publish my project
Diff: Me/Me.h
- Revision:
- 7:4b92c1ee6231
- Parent:
- 6:49e77bcc975c
--- a/Me/Me.h Wed Apr 29 09:12:18 2020 +0000 +++ b/Me/Me.h Wed Apr 29 10:51:02 2020 +0000 @@ -15,11 +15,17 @@ { public: + /** Constructor */ Me(); + /** Destructor */ ~Me(); + /** Initialization */ void init(int x,int y,int height,int width); + /** draw pattern on lcd*/ void draw(N5110 &lcd); + /** Update the values */ void update(Direction d); + /** Get the position */ Vector2D get_pos(); private: