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:
- 5:6e3afee7eac3
- Parent:
- 4:aae7f8d4ab78
- Child:
- 8:52794de935b2
diff -r aae7f8d4ab78 -r 6e3afee7eac3 CrossyChicken/CrossyChicken.h --- a/CrossyChicken/CrossyChicken.h Wed May 06 16:53:18 2020 +0000 +++ b/CrossyChicken/CrossyChicken.h Thu May 07 05:35:50 2020 +0000 @@ -28,10 +28,12 @@ void moveChicken(int xWay, int yWay); - void moveCar(); + void moveCar(Car *car, int dir, int x); void move(); void setup(); + void collision(Car* object); + private: };