Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
40:cc0d9814522b
Parent:
39:b3815a1c3802
Child:
47:df7a88cd249c
--- a/USBJoystick/USBJoystick.h	Mon Jan 11 21:08:36 2016 +0000
+++ b/USBJoystick/USBJoystick.h	Wed Feb 03 22:57:25 2016 +0000
@@ -229,8 +229,16 @@
          *
          * @param numOutputs the number of configured output channels
          * @param unitNo the device unit number
+         * @param plungerZero plunger zero calibration point
+         * @param plungerMax plunger max calibration point
+         * @param configured true if a configuration has been saved to flash from the host
          */
-         bool reportConfig(int numOutputs, int unitNo, int plungerZero, int plungerMax);
+         bool reportConfig(int numOutputs, int unitNo, int plungerZero, int plungerMax, bool configured);
+         
+         /**
+         * Write a device ID report.
+         */
+         bool reportID();
  
          /**
          * Send a joystick report to the host