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
Diff: ModeB/ModeB.h
- Revision:
- 0:15b74f0f8c7f
- Child:
- 18:59befe1eaa56
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ModeB/ModeB.h Wed May 08 14:50:07 2019 +0000 @@ -0,0 +1,23 @@ +#ifndef MODEB_H +#define MODEB_H + +#include "mbed.h" +#include "main.h" +#include "N5110.h" +#include "Gamepad.h" + +// function prototypes +void mode_B(); + + +class ModeB +{ + +public: + ModeB(); + ~ModeB(); + void draw(N5110 &lcd); + void screen(N5110 &lcd); + +}; +#endif \ No newline at end of file