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 FXOS8700CQ mbed-rtos
Diff: Gamepad/Gamepad.h
- Revision:
- 12:71683453f66a
- Parent:
- 0:1da4db5de653
--- a/Gamepad/Gamepad.h Sun Apr 14 15:56:58 2019 +0000 +++ b/Gamepad/Gamepad.h Mon Apr 15 01:38:53 2019 +0000 @@ -186,6 +186,8 @@ * @returns a struct contains mag and angle */ Polar get_polar(); // mag and angle in struct form + + void init_input(); private: void init_buttons();