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:
- 5:a70c0bce770d
- Parent:
- 3:3514575d4f86
- Child:
- 6:cc35eb643e8f
--- a/USBJoystick/USBJoystick.cpp Thu Jul 24 05:50:36 2014 +0000 +++ b/USBJoystick/USBJoystick.cpp Sun Jul 27 18:24:51 2014 +0000 @@ -46,6 +46,7 @@ report.data[6] = _ry & 0xff; report.length = 7; + // send the report return sendNB(&report); }