Testing 6DOF USB HID joystick device.
Dependencies: USBDevice USBJoystick mbed
Revision 8:35f1e9541554, committed 2017-01-22
- 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 |
diff -r 2a5519440195 -r 35f1e9541554 main.cpp --- 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 +}