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:
- 19:33c77517cb88
- Parent:
- 18:c600a6545e81
- Child:
- 20:6db651a3cfec
--- a/Spikes/Spikes.h Wed May 20 14:37:02 2020 +0000
+++ b/Spikes/Spikes.h Thu May 21 13:54:14 2020 +0000
@@ -25,6 +25,7 @@
void updatex();
void updatexn();
void position(int x);
+ void set_pos(int x, int y);
Vector2D get_pos();
void hit(Gamepad &pad);