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:
- 24:14489d259ffb
- Parent:
- 18:78001ecadcb2
--- a/boom/boom.cpp Mon Apr 30 01:14:21 2018 +0000
+++ b/boom/boom.cpp Mon Apr 30 16:40:32 2018 +0000
@@ -32,6 +32,7 @@
//let the boom move with set speed
boom_speed = 4;
boom_y+= boom_speed;
+ boom_x+=1;
}