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:
- 75:677892300e7a
- Parent:
- 73:4e8ce0b18915
- Child:
- 77:0b96f6867312
--- a/USBJoystick/USBJoystick.h Fri Jan 27 23:47:15 2017 +0000 +++ b/USBJoystick/USBJoystick.h Sun Jan 29 19:04:47 2017 +0000 @@ -244,11 +244,12 @@ * @param plungerMax plunger max calibration point * @param plungerRlsTime measured plunger release time, in milliseconds * @param configured true if a configuration has been saved to flash from the host + * @param sbxpbx true if this firmware version supports SBX/PBX protocol extensions * @param freeHeapBytes number of free bytes in the malloc heap */ bool reportConfig(int numOutputs, int unitNo, int plungerZero, int plungerMax, int plunterRlsTime, - bool configured, size_t freeHeapBytes); + bool configured, bool sbxpbx, size_t freeHeapBytes); /** * Write a configuration variable query report.