MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.1k stars 409 forks source link

Usage code for multi axis controller #123

Closed gbaets closed 5 years ago

gbaets commented 5 years ago

Description of Issue

This is rather a question, not really an issue. In the library code, and also in the documentation, the usage code for a multi axis controller is defined as 0x08. I think in the USB HID documentation, the usage code for a multi axis controller is defined as 0x07 ? 0x08 is the usage code for a tablet PC ? Thank you. Guy

gbaets commented 5 years ago

Sorry my bad reading of the HID doc. Multi axis is 0x08. Sorry, Guy