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:
- 29:3cc490f4ffb9
- Parent:
- 28:4786e81ce3e3
- Child:
- 30:9688950d9f38
--- a/bullet/bullet.h Sat Apr 20 00:48:05 2019 +0000
+++ b/bullet/bullet.h Sat Apr 20 00:51:24 2019 +0000
@@ -19,7 +19,7 @@
void init(int size,int speed);
void draw(N5110 &lcd);
void update();
- void set_velocity(Vector2D v);
- void set_pos(Vector2D p);
+ void set_velocity(Vector2D v);
+ void set_pos(Vector2D p);
Vector2D get_pos();
-
\ No newline at end of file
+ Vector2D get_velocity();
\ No newline at end of file