Mike R / Mbed 2 deprecated Pinscape_Controller_V2

Dependencies:   mbed FastIO FastPWM USBDevice

Fork of Pinscape_Controller by Mike R

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.