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: Bullet/Bullet.cpp
- Revision:
- 6:b393cfe4e0a7
- Parent:
- 5:7207c9b70108
- Child:
- 7:f61ac963eb07
--- a/Bullet/Bullet.cpp Wed May 27 21:13:59 2020 +0000
+++ b/Bullet/Bullet.cpp Thu May 28 01:11:47 2020 +0000
@@ -48,7 +48,7 @@
// lcd.clearPixel(_x,_y);
}
-void Bullet::update(N5110 &lcd)
+void Bullet::update()
{
_x += _velocity.x;
_y += _velocity.y;