Testing 6DOF USB HID joystick device.

Dependencies:   USBDevice USBJoystick mbed

Files at this revision

API Documentation at this revision

Comitter:
smartsystemdesign
Date:
Wed Jan 18 05:07:38 2017 +0000
Parent:
5:fafa409d2913
Child:
7:2a5519440195
Commit message:
Working 6 DOF joystick (at least on the LPC1768 and FRDM-KL25Z).

Changed in this revision

USBJoystick.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBJoystick.lib	Fri Jan 13 08:24:06 2017 +0000
+++ b/USBJoystick.lib	Wed Jan 18 05:07:38 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/smartsystemdesign/code/USBJoystick/#f8be03f31e6c
+https://developer.mbed.org/users/smartsystemdesign/code/USBJoystick/#767e64df3776
--- a/main.cpp	Fri Jan 13 08:24:06 2017 +0000
+++ b/main.cpp	Wed Jan 18 05:07:38 2017 +0000
@@ -22,12 +22,12 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+ 
+ // Note: you must connect the usb cable to your computer before the program will proceed
 
 #include "mbed.h"
 #include "USBJoystick.h"
 
-//#define LANDTIGER 1
-
 //USBMouse mouse;
 USBJoystick joystick;