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.h
- Revision:
- 6:b393cfe4e0a7
- Parent:
- 5:7207c9b70108
- Child:
- 7:f61ac963eb07
diff -r 7207c9b70108 -r b393cfe4e0a7 Bullet/Bullet.h --- a/Bullet/Bullet.h Wed May 27 21:13:59 2020 +0000 +++ b/Bullet/Bullet.h Thu May 28 01:11:47 2020 +0000 @@ -19,7 +19,7 @@ ~Bullet(); void init(int x,int size,int speed,int height); void draw(N5110 &lcd); - void update(N5110 &lcd); + void update(); /// accessors and mutators void set_velocity(Vector2D v); Vector2D get_velocity();