Testing 6DOF USB HID joystick device.

Dependencies:   USBDevice USBJoystick mbed

Files at this revision

API Documentation at this revision

Comitter:
smartsystemdesign
Date:
Sun Jan 22 07:30:05 2017 +0000
Parent:
7:2a5519440195
Commit message:
Update.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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
+}