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.h
- Revision:
- 29:582472d0bc57
- Parent:
- 21:5048e16cc9ef
- Child:
- 33:d832bcab089e
--- a/USBJoystick/USBJoystick.h Wed Sep 23 05:38:27 2015 +0000 +++ b/USBJoystick/USBJoystick.h Fri Sep 25 18:49:53 2015 +0000 @@ -91,7 +91,7 @@ * @param product_release Your product_release (default: 0x0001) */ USBJoystick(uint16_t vendor_id = 0x1234, uint16_t product_id = 0x0100, uint16_t product_release = 0x0001, int waitForConnect = true): - USBHID(16, 8, vendor_id, product_id, product_release, false) + USBHID(16, 64, vendor_id, product_id, product_release, false) { _init(); connect(waitForConnect);