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: engine/main.h
- Revision:
- 11:4907e6e7e855
- Parent:
- 10:e81aacef805b
--- a/engine/main.h Sun May 06 21:45:41 2018 +0000 +++ b/engine/main.h Mon May 07 00:00:49 2018 +0000 @@ -7,8 +7,11 @@ int x_car2; int y_car2; int score; -int difficulty; +char speed[14]; char str[14]; int lives; int Index; -int YIndex; \ No newline at end of file +int YIndex; +int YIndex2; +float pot_value; +float wait_time; \ No newline at end of file