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:
- 17:18ae81180853
- Parent:
- 13:cfdfe60a2327
- Child:
- 18:c600a6545e81
--- a/Spikes/Spikes.h Tue May 19 13:49:30 2020 +0000
+++ b/Spikes/Spikes.h Tue May 19 16:55:43 2020 +0000
@@ -19,7 +19,8 @@
~Spikes();
void init();
void draw(N5110 &lcd);
- void update();
+ void updatey();
+ void updatex();
void position(int x);
Vector2D get_pos();
void hit(Gamepad &pad);