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:
- 5:1c56acecc96e
- Parent:
- 3:8e6950aeec8a
- Child:
- 7:9a30314fa41f
- Child:
- 9:571f92b0211b
--- a/ModeA/ModeA.h Wed May 08 16:02:51 2019 +0000 +++ b/ModeA/ModeA.h Wed May 08 16:19:09 2019 +0000 @@ -25,7 +25,7 @@ private: int x_position; int y_position; - int speed; + int gravity; int screen_width; int bar_width; @@ -34,5 +34,8 @@ int size_bottom; int size_top; + + public: + float speed; }; #endif \ No newline at end of file