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 FastIO FastPWM USBDevice
Diff: USBJoystick/USBJoystick.cpp
- Revision:
- 68:998faf685b00
- Parent:
- 63:5cd1a5f3a41b
- Child:
- 73:4e8ce0b18915
diff -r c39e66c4e000 -r 998faf685b00 USBJoystick/USBJoystick.cpp --- a/USBJoystick/USBJoystick.cpp Sun Nov 27 21:42:42 2016 +0000 +++ b/USBJoystick/USBJoystick.cpp Sun Nov 27 23:20:51 2016 +0000 @@ -435,10 +435,10 @@ REPORT_COUNT(1), 0x06, REPORT_SIZE(1), 0x08, LOGICAL_MINIMUM(1), 0x00, - LOGICAL_MAXIMUM(1), 0x65, + LOGICAL_MAXIMUM(1), 0xA4, USAGE_PAGE(1), 0x07, // Key Codes USAGE_MINIMUM(1), 0x00, - USAGE_MAXIMUM(1), 0x65, + USAGE_MAXIMUM(1), 0xA4, INPUT(1), 0x00, // Data, Array END_COLLECTION(0),