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: Objects/Object.h
- Revision:
- 53:b6bb4dab7823
- Parent:
- 48:8ccfc74b60a5
- Child:
- 60:e1ac7fa5cf17
--- a/Objects/Object.h Mon May 25 17:53:05 2020 +0000
+++ b/Objects/Object.h Mon May 25 22:26:49 2020 +0000
@@ -53,10 +53,14 @@
void updateRect(int x, int y);
void createRect(int x, int y);
void determineLogRecParamaters(char c);
+ void determineBonusVehiclesRec(char c);
void setDir(int dir);
+
void speedSlow(int dir);
void speedMedium(int dir);
void speedFast(int dir);
+ void speedUltra(int dir);
+
void initializeLogParameters();
void initializeScreenParameters();