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 FXOS8700CQ mbed-rtos
Diff: Score/Score.h
- Revision:
- 10:adff3c804985
- Parent:
- 5:bc0691d02fd5
- Child:
- 12:71683453f66a
--- a/Score/Score.h Thu Apr 11 16:17:38 2019 +0000 +++ b/Score/Score.h Fri Apr 12 17:19:14 2019 +0000 @@ -6,6 +6,7 @@ #include "Notes.h" #include "N5110.h" #include "Squirtle.h" +#include "Charmander.h" class Score { @@ -26,5 +27,6 @@ private: Squirtle _s1; + Charmander _c1; }; #endif \ No newline at end of file