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: Falldown/Falldown.h
- Revision:
- 4:03d13a53308c
- Parent:
- 3:5edefa83f8f0
- Child:
- 5:1a9d84df7207
--- a/Falldown/Falldown.h Tue Apr 16 07:43:34 2019 +0000 +++ b/Falldown/Falldown.h Mon Apr 22 16:14:49 2019 +0000 @@ -25,7 +25,7 @@ void check_wall_collision(Gamepad &pad); void check_Ground_collisions(Gamepad &pad); - //void check_goal(Gamepad &pad); + void check_goal(N5110 &lcd); //void print_scores(N5110 &lcd); Ground _ground1;