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
BulletS/BulletS.h
- Committer:
- josh_ohara
- Date:
- 2020-03-26
- Revision:
- 8:86cb9a9f8a73
- Parent:
- 6:5bea67cc96f9
- Child:
- 11:c174d84e4866
File content as of revision 8:86cb9a9f8a73:
// #include "mbed.h"
// #include "N5110.h"
// #include "Gamepad.h"
// class Bullet
// {
// public:
// Bullet();
// void init(int size, int x);
// void draw(N5110 &lcd);
// void update();
// Vector2D get_position();
// void set_hit(bool hit);
// private:
// int Y;
// int X;
// int Speed;
// int Size;
// bool Hit;
// };