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:
- 4:5bc9c4363d31
- Parent:
- 2:464c7e62d97d
- Child:
- 5:bc0691d02fd5
--- a/Score/Score.h Wed Apr 03 03:19:59 2019 +0000 +++ b/Score/Score.h Wed Apr 03 18:40:43 2019 +0000 @@ -4,6 +4,8 @@ #include "Gamepad.h" #include "mbed.h" #include "Notes.h" +#include "N5110.h" +#include "Squirtle.h" class Score { @@ -15,8 +17,12 @@ void level_up(Gamepad &pad); void congrats(Gamepad &pad); void coin(Gamepad &pad); + void evolution_music(Gamepad &pad, N5110 &lcd, int cha, int year); + void congrats(Gamepad &pad, N5110 &lcd, int cha, int year); + void draw(N5110 &lcd, int cha, int year); + void draw_cong(N5110 &lcd, int cha, int year); private: - + Squirtle _s1; }; #endif \ No newline at end of file