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: Animation/Animation.h
- Revision:
- 7:b54323241435
- Parent:
- 6:33fd1797beb4
- Child:
- 10:95842278bd66
--- a/Animation/Animation.h Mon May 01 22:47:46 2017 +0000
+++ b/Animation/Animation.h Tue May 02 00:20:44 2017 +0000
@@ -14,7 +14,7 @@
void spawn(N5110 &lcd, intVector2D starting_position);
void death(N5110 &lcd, intVector2D position, int frame);
- void finish(N5110 &lcd, intVector2D position);
+ void finish(N5110 &lcd, intVector2D position, Gamepad &pad, bool soundOn);
int spawnCycle;