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: ModeA/ModeA.h
- Revision:
- 1:44f4594eacac
- Parent:
- 0:15b74f0f8c7f
- Child:
- 3:8e6950aeec8a
--- a/ModeA/ModeA.h Wed May 08 14:50:07 2019 +0000 +++ b/ModeA/ModeA.h Wed May 08 15:03:25 2019 +0000 @@ -27,6 +27,10 @@ int y_position; int speed; int gravity; - + int screen_width; + int bar_width; + int size_top; + int size_bottom; + int bar_speed; }; #endif \ No newline at end of file