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:
- 25:70c70192eae5
- Parent:
- 24:d4919c29a663
- Child:
- 26:2801e3268228
diff -r d4919c29a663 -r 70c70192eae5 bullet/bullet.h
--- a/bullet/bullet.h Fri Apr 19 19:23:02 2019 +0000
+++ b/bullet/bullet.h Fri Apr 19 19:27:05 2019 +0000
@@ -17,4 +17,5 @@
~bullet();
void init(int size,int speed);
- void draw(N5110 &lcd);
\ No newline at end of file
+ void draw(N5110 &lcd);
+ void update();
\ No newline at end of file