Mike R / Mbed 2 deprecated Pinscape_Controller_V2

Dependencies:   mbed FastIO FastPWM USBDevice

Fork of Pinscape_Controller by Mike R

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.