Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
92:f264fbaa1be5
Parent:
90:aa4e571da8e8
Child:
98:4df3c0f7e707
--- a/USBJoystick/USBJoystick.h	Fri Oct 20 06:21:40 2017 +0000
+++ b/USBJoystick/USBJoystick.h	Thu Dec 14 00:20:20 2017 +0000
@@ -222,13 +222,16 @@
      * @param newAccelFeatures true if this firmware version supports the new accelerometer
      *        features (adjustable dynamic range, adjustable auto-centering mode time,
      *        auto-centering mode on/off)
-     * @param flashStatusFeature true if this firmware versions upports the flash write
+     * @param flashStatusFeature true if this firmware version supports the flash write
      *        success flags in the status bits
+     * @param reportTimingFeatures true if this firmware version supports configurable
+     *        joystick report timing
      * @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 configured, bool sbxpbx, bool newAccelFeatures, 
+        bool flashStatusFeature, bool reportTimingFeatures,
         size_t freeHeapBytes);
         
     /**