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