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.
Fork of Gamepad by
Revision 21:0adaa3883d1e, committed 2017-05-03
- Comitter:
- el15mh
- Date:
- Wed May 03 21:14:16 2017 +0000
- Parent:
- 20:c0959710291b
- Commit message:
- fully working program
Changed in this revision
Gamepad.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c0959710291b -r 0adaa3883d1e Gamepad.h --- a/Gamepad.h Wed Apr 26 13:58:10 2017 +0000 +++ b/Gamepad.h Wed May 03 21:14:16 2017 +0000 @@ -17,6 +17,9 @@ #define TOL 0.1f #define RAD2DEG 57.2957795131f +#define G_NOTE 196.00f +#define C_NOTE 261.60f + /** Enum for direction */ enum Direction { CENTRE, /**< joystick centred */