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:
- 30:057301068dac
- Parent:
- 29:f3e24ccc401d
--- a/boom/boom.cpp Mon Apr 30 20:53:08 2018 +0000
+++ b/boom/boom.cpp Sat May 05 20:27:06 2018 +0000
@@ -24,7 +24,7 @@
//let the boom move with set speed
boom_speed = 4;
boom_y+= boom_speed;
- boom_X+= boom_speed;
+ boom_x+= 2;
}
Vector2D boom::get_pos()