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: GraphicEngine/GraphicEngine.h
- Revision:
- 47:29c4796a49e5
- Parent:
- 44:f02510eeb165
- Child:
- 49:6cad8b6ec5f2
--- a/GraphicEngine/GraphicEngine.h Sat May 23 02:55:16 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Sat May 23 03:53:33 2020 +0000 @@ -55,7 +55,7 @@ void drawGoalPost(); //draws the chicken to the LCD screen - void showFrog(float x, int y, int width, int height); + void showFrog(float x, int y, int width, int height, int state); void drawGoal(int x, int row);