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: CrossyChicken/CrossyChicken.h
- Revision:
- 8:52794de935b2
- Parent:
- 5:6e3afee7eac3
- Child:
- 11:cc5861abfca5
--- a/CrossyChicken/CrossyChicken.h Mon May 11 22:57:53 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Tue May 12 05:14:17 2020 +0000 @@ -32,8 +32,9 @@ void move(); void setup(); - void collision(Car* object); - + void setCollision(Car* object); + void frogOnLog(Car* car); + bool returnCollision(Car* log); private: };