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.
Diff: Acid/Acid.cpp
- Revision:
- 5:32dbfaf578dd
- Parent:
- 4:9fa0c5edd1a1
- Child:
- 6:b59bc5e15cf3
--- a/Acid/Acid.cpp Tue May 12 15:54:51 2020 +0000 +++ b/Acid/Acid.cpp Thu May 14 05:21:50 2020 +0000 @@ -22,7 +22,7 @@ srand(time(NULL)); _velocity.x = 0; - _velocity.y = -1.2*speed; + _velocity.y = 2*speed; }