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