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:
- 92:f264fbaa1be5
- Parent:
- 90:aa4e571da8e8
- Child:
- 98:4df3c0f7e707
diff -r ae9be42652bf -r f264fbaa1be5 USBJoystick/USBJoystick.h --- a/USBJoystick/USBJoystick.h Fri Oct 20 06:21:40 2017 +0000 +++ b/USBJoystick/USBJoystick.h Thu Dec 14 00:20:20 2017 +0000 @@ -222,13 +222,16 @@ * @param newAccelFeatures true if this firmware version supports the new accelerometer * features (adjustable dynamic range, adjustable auto-centering mode time, * auto-centering mode on/off) - * @param flashStatusFeature true if this firmware versions upports the flash write + * @param flashStatusFeature true if this firmware version supports the flash write * success flags in the status bits + * @param reportTimingFeatures true if this firmware version supports configurable + * joystick report timing * @param freeHeapBytes number of free bytes in the malloc heap */ bool reportConfig(int numOutputs, int unitNo, int plungerZero, int plungerMax, int plunterRlsTime, - bool configured, bool sbxpbx, bool newAccelFeatures, bool flashStatusFeature, + bool configured, bool sbxpbx, bool newAccelFeatures, + bool flashStatusFeature, bool reportTimingFeatures, size_t freeHeapBytes); /**