Testing 6DOF USB HID joystick device.

Dependencies:   USBDevice USBJoystick mbed

Revision:
7:2a5519440195
Parent:
6:17b57fe0bc2e
Child:
8:35f1e9541554
--- a/main.cpp	Wed Jan 18 05:07:38 2017 +0000
+++ b/main.cpp	Sun Jan 22 06:04:06 2017 +0000
@@ -24,6 +24,8 @@
  */
  
  // Note: you must connect the usb cable to your computer before the program will proceed
+ 
+// USB parts from: https://developer.mbed.org/forum/helloworld/topic/3496/
 
 #include "mbed.h"
 #include "USBJoystick.h"