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:
- 33:023f57d52b1c
- Parent:
- 32:5dc769ba4a58
- Child:
- 34:c5a042973e0c
--- a/Level1/Level1.h Wed Apr 10 17:19:51 2019 +0000 +++ b/Level1/Level1.h Wed Apr 10 17:56:13 2019 +0000 @@ -4,7 +4,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" -#include "Miner.h" +#include "Sprites.h" class Level1 { @@ -22,7 +22,7 @@ private: - Miner _miner; + Sprites _sprites; Key _k;