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: Doodler/Doodler.cpp
- Revision:
- 11:2041290b5a74
- Parent:
- 10:e1d2289705ef
- Child:
- 12:c5123abb4fbe
--- a/Doodler/Doodler.cpp Wed Apr 17 15:19:58 2019 +0000 +++ b/Doodler/Doodler.cpp Wed Apr 17 16:58:01 2019 +0000 @@ -8,7 +8,7 @@ // initial position of doodler at centre _radius = radius; _pos_x = 41; - _pos_y = 24; + _pos_y = 40; _velocity_y = 1.1; _gravity = 1.1; // moves down _up = -0.5; // elasticity