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
bullet/bullet.h
- Committer:
- fy14lkaa
- Date:
- 2019-04-19
- Revision:
- 23:bfda24746bd4
- Parent:
- 22:6d3c3f2715d0
- Child:
- 24:d4919c29a663
File content as of revision 23:bfda24746bd4:
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
#include "alien.h"
/** bullet Class
@author Laila Al Badwawi, University of Leeds
@brief Controls the bullet in the SpaceInvaders game
@date April 2019
*/
class bullet
{
public:
bullet();
~bullet();
void init(int size,int speed);