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:
- 11:1c5c549ba75e
- Parent:
- 9:99287b26be1e
- Child:
- 12:1dfc34bc8382
--- a/Instuctions/Instruction.h Tue Apr 30 09:32:46 2019 +0000 +++ b/Instuctions/Instruction.h Tue Apr 30 09:43:56 2019 +0000 @@ -11,15 +11,16 @@ public: Instruction(); ~Instruction(); + void write(N5110 &lcd, Gamepad &pad); private: - void control(Gamepad &pad); - void write(N5110 &lcd, Gamepad &pad); + void control(Direction d); int move_up; int move_down; int y; + int max_length; -} +}; #endif \ No newline at end of file