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:
- 40:8cc82e3fce06
- Parent:
- 18:6be4c3c94a3d
- Child:
- 42:04e326dcf09b
--- a/GraphicEngine/GraphicEngine.h Mon May 18 02:05:36 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Mon May 18 02:36:44 2020 +0000 @@ -32,6 +32,7 @@ Car *car1; Chicken *chick; + GraphicEngine(); GraphicEngine(Chicken *chicken); N5110 lcd; @@ -54,6 +55,7 @@ void backLightOn(); void printTest(); + void printLoser(); void showIndividualCar(Car *car); void displayCar(DrawCar &size);