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:
- 27:4039cf79b3ec
- Parent:
- 26:2801e3268228
- Child:
- 28:4786e81ce3e3
--- a/bullet/bullet.h Fri Apr 19 19:38:38 2019 +0000
+++ b/bullet/bullet.h Fri Apr 19 19:40:48 2019 +0000
@@ -19,4 +19,5 @@
void init(int size,int speed);
void draw(N5110 &lcd);
void update();
- void set_velocity(Vector2D v);
\ No newline at end of file
+ void set_velocity(Vector2D v);
+ void set_pos(Vector2D p);
\ No newline at end of file