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 Gamepad N5110
Levels Class Reference
#include <Levels.h>
Public Member Functions | |
Levels () | |
Constructor. | |
~Levels () | |
Deconstructor. | |
Pos | init (Pos pos) |
Initialises all variables and pos struct. | |
Pos | what_level (N5110 &lcd, int level) |
Displays the level Blockhead is on. |
Detailed Description
Levels Class.
Class for creating and printing levels
- Date:
- 9 May 2019
Definition at line 50 of file Levels.h.
Constructor & Destructor Documentation
Levels | ( | ) |
Constructor.
Definition at line 9 of file Levels.cpp.
~Levels | ( | ) |
Deconstructor.
Definition at line 14 of file Levels.cpp.
Member Function Documentation
Initialises all variables and pos struct.
- Returns:
- pos struct
Definition at line 21 of file Levels.cpp.
Pos what_level | ( | N5110 & | lcd, |
int | level | ||
) |
Displays the level Blockhead is on.
- Parameters:
-
N5110 class which controlls lcd screen what level Blockhead is on (int)
- Returns:
- pos struct
Definition at line 211 of file Levels.cpp.
Generated on Fri Jul 15 2022 00:42:15 by
