Testing 6DOF USB HID joystick device.

Dependencies:   USBDevice USBJoystick mbed

Revision:
8:35f1e9541554
Parent:
7:2a5519440195
--- a/main.cpp	Sun Jan 22 06:04:06 2017 +0000
+++ b/main.cpp	Sun Jan 22 07:30:05 2017 +0000
@@ -139,4 +139,4 @@
         joystick.update(x, y, z, rx, ry, rz, buttons, hat);
         wait(0.005);
     }
-}
\ No newline at end of file
+}