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: Instuctions/Instruction.h
- Revision:
- 12:1dfc34bc8382
- Parent:
- 11:1c5c549ba75e
- Child:
- 13:700ea0742b24
--- a/Instuctions/Instruction.h Tue Apr 30 09:43:56 2019 +0000 +++ b/Instuctions/Instruction.h Sun May 05 11:19:38 2019 +0000 @@ -11,13 +11,12 @@ public: Instruction(); ~Instruction(); - void write(N5110 &lcd, Gamepad &pad); + void init(); + void write(N5110 &lcd); + void control(Gamepad &pad); private: - void control(Direction d); - - int move_up; - int move_down; + Direction d; int y; int max_length;