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: Projectile/Projectile.h
- Revision:
- 12:9e6d5d0a0c82
- Parent:
- 11:4e2eb64031a0
- Child:
- 16:a2c945279b79
--- a/Projectile/Projectile.h Sat Apr 13 16:31:43 2019 +0000
+++ b/Projectile/Projectile.h Sun Apr 14 15:58:12 2019 +0000
@@ -10,7 +10,6 @@
{
public:
- void draw(N5110 &lcd);
void generate_hitbox();
void update_flight();
bool check_boundaries();