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:
- 10:f5a48bbe07b8
- Parent:
- 7:f61ac963eb07
- Child:
- 11:1eb7f53bd2ec
--- a/Bullet/Bullet.h Fri May 29 03:27:27 2020 +0000 +++ b/Bullet/Bullet.h Fri May 29 03:38:20 2020 +0000 @@ -15,7 +15,7 @@ { public: - + /**inialisation */ void init(int x,int size,int speed,int height); //initial datas of bullet void draw(N5110 &lcd); //draw a bullet void update(N5110 &lcd); //ubdate bullet position