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:
- 4:aae7f8d4ab78
- Parent:
- 3:648c9d5001be
- Child:
- 5:6e3afee7eac3
--- a/GraphicEngine/GraphicEngine.h Mon May 04 03:55:03 2020 +0000 +++ b/GraphicEngine/GraphicEngine.h Wed May 06 16:53:18 2020 +0000 @@ -8,7 +8,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" - +#include <vector> class GraphicEngine { @@ -27,7 +27,7 @@ void showChicken(); //draws an individual car to the screen - void showCar(Car car[]); + void showCar(Car *car); void clear();