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: Level1/Level1.h
- Revision:
- 32:5dc769ba4a58
- Parent:
- 27:e73dd64ef334
- Child:
- 33:023f57d52b1c
--- a/Level1/Level1.h Wed Apr 10 14:29:14 2019 +0000 +++ b/Level1/Level1.h Wed Apr 10 17:19:51 2019 +0000 @@ -4,7 +4,6 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" -#include "Levelengine.h" #include "Miner.h" class Level1 @@ -24,7 +23,6 @@ private: Miner _miner; - Levelengine _level; Key _k;