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: boom/boom.cpp
- Revision:
- 8:4a5e96ed2347
- Parent:
- 7:1964f649676e
- Child:
- 9:d217a636c18d
--- a/boom/boom.cpp Tue Apr 17 23:03:03 2018 +0000 +++ b/boom/boom.cpp Wed Apr 18 00:17:10 2018 +0000 @@ -30,7 +30,7 @@ { //set the falling speed of boom //let the boom move with set speed - boom_speed = 3; + boom_speed = 5; boom_y+= boom_speed; }