Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
53:9b2611964afc
Parent:
52:8298b2a73eb2
Child:
54:fd77a6b2f76c
diff -r 8298b2a73eb2 -r 9b2611964afc USBJoystick/USBJoystick.h
--- a/USBJoystick/USBJoystick.h	Sat Mar 05 00:16:52 2016 +0000
+++ b/USBJoystick/USBJoystick.h	Fri Apr 22 17:58:35 2016 +0000
@@ -259,7 +259,14 @@
          /**
          * Write a device ID report.
          */
-         bool reportID();
+         bool reportID(int index);
+         
+         /**
+         * Write a build data report
+         *
+         * @param date build date plus time, in __DATE__ " " __TIME__ macro format ("Mon dd, yyyy hh:mm:ss")
+         */
+         bool reportBuildInfo(const char *date);
  
          /**
          * Send a joystick report to the host