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.
Diff: Gamepad.h
- Revision:
- 4:bafb7f483e93
- Parent:
- 3:964a6d95acdd
- Child:
- 5:ce5eae9ee934
--- a/Gamepad.h Mon Feb 06 19:33:29 2017 +0000
+++ b/Gamepad.h Mon Feb 06 19:40:40 2017 +0000
@@ -101,7 +101,6 @@
Vector2D get_coord(); // cartesian co-ordinates x,y
Vector2D get_mapped_coord(); // x,y mapped to circle
- Direction get_direction(); // N,NE,E,SE etc.
Polar get_polar(); // mag and angle in struct form
bool a_flag,b_flag,x_flag,y_flag,l_flag,r_flag,back_flag,start_flag,joy_flag;