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: main/main.h
- Revision:
- 14:ce231137d2f2
- Parent:
- 11:4907e6e7e855
diff -r 61aeeb4e4e47 -r ce231137d2f2 main/main.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/main.h Mon May 07 21:40:16 2018 +0000 @@ -0,0 +1,17 @@ + + +int x_player; +int y_player; +int x_car; +int y_car; +int x_car2; +int y_car2; +int score; +char speed[14]; +char str[14]; +int lives; +int Index; +int YIndex; +int YIndex2; +float pot_value; +float wait_time; \ No newline at end of file