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:
- 99:8139b0c274f4
- Parent:
- 98:4df3c0f7e707
- Child:
- 108:bd5d4bd4383b
--- a/USBJoystick/USBJoystick.h Fri Mar 01 23:53:59 2019 +0000
+++ b/USBJoystick/USBJoystick.h Sat Mar 02 21:05:43 2019 +0000
@@ -226,15 +226,14 @@
* 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 chimeLogicFeature true if this firmware version supports Chime Logic
* @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,
- bool newFlipperLogicTiming, size_t freeHeapBytes);
+ bool chimeLogicFeature, size_t freeHeapBytes);
/**
* Write a configuration variable query report.
