Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
75:677892300e7a
Parent:
73:4e8ce0b18915
Child:
77:0b96f6867312
--- a/USBJoystick/USBJoystick.h	Fri Jan 27 23:47:15 2017 +0000
+++ b/USBJoystick/USBJoystick.h	Sun Jan 29 19:04:47 2017 +0000
@@ -244,11 +244,12 @@
          * @param plungerMax plunger max calibration point
          * @param plungerRlsTime measured plunger release time, in milliseconds
          * @param configured true if a configuration has been saved to flash from the host
+         * @param sbxpbx true if this firmware version supports SBX/PBX protocol extensions
          * @param freeHeapBytes number of free bytes in the malloc heap
          */
          bool reportConfig(int numOutputs, int unitNo, 
             int plungerZero, int plungerMax, int plunterRlsTime, 
-            bool configured, size_t freeHeapBytes);
+            bool configured, bool sbxpbx, size_t freeHeapBytes);
             
          /**
          * Write a configuration variable query report.