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
Fork of Pinscape_Controller by
Diff: USBJoystick/USBJoystick.h
- Revision:
- 98:4df3c0f7e707
- Parent:
- 92:f264fbaa1be5
- Child:
- 99:8139b0c274f4
--- a/USBJoystick/USBJoystick.h Wed Feb 07 00:01:21 2018 +0000
+++ b/USBJoystick/USBJoystick.h Fri Mar 01 23:53:59 2019 +0000
@@ -226,13 +226,15 @@
* success flags in the status bits
* @param reportTimingFeatures true if this firmware version supports configurable
* joystick report timing
+ * @param newFlipperLogicTiming true if this firmware version uses the new flipper
+ * logic timing parameters (psuedo-log table rather than 50ms increments)
* @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 reportTimingFeatures,
- size_t freeHeapBytes);
+ bool newFlipperLogicTiming, size_t freeHeapBytes);
/**
* Write a configuration variable query report.
