ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19zf

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Instruction Class Reference

Instruction Class Reference

Instruction class. More...

#include <Instruction.h>

Public Member Functions

 Instruction ()
 Constructor.
 ~Instruction ()
 Destructor.
void draw (N5110 &lcd, Gamepad &pad)
 draw instruction by a for loop

Detailed Description

Instruction class.

create a instruction interface for game

Author:
Zeyu Feng @10 MAY 2020

Definition at line 14 of file Instruction.h.


Constructor & Destructor Documentation

Instruction (  )

Constructor.

Definition at line 17 of file Instruction.cpp.

~Instruction (  )

Destructor.

Definition at line 22 of file Instruction.cpp.


Member Function Documentation

void draw ( N5110 lcd,
Gamepad pad 
)

draw instruction by a for loop

Parameters:
lcdN5110 obejct
padGamepad object

Definition at line 32 of file Instruction.cpp.