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: Spikes/Spikes.h
- Revision:
- 18:c600a6545e81
- Parent:
- 17:18ae81180853
- Child:
- 19:33c77517cb88
--- a/Spikes/Spikes.h Tue May 19 16:55:43 2020 +0000
+++ b/Spikes/Spikes.h Wed May 20 14:37:02 2020 +0000
@@ -19,8 +19,11 @@
~Spikes();
void init();
void draw(N5110 &lcd);
+ void draw2(N5110 &lcd);
+ void draw3(N5110 &lcd);
void updatey();
void updatex();
+ void updatexn();
void position(int x);
Vector2D get_pos();
void hit(Gamepad &pad);