We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item class need to represent HID (Short) Items as in HID spec version 1.11
Item
Input
Output
Feature
Collection
End Collection
Usage Page
Logical Minimum
Logical Maximum
Physical Minimum
Physical Maximum
Unit Exponent
Unit
Report Size
Report Id
Report Count
Push
Pop
Usage
Usage Minimum
Usage Maximum
Designator Index
Designator Maximum
Designator Minimum
String Index
String Minimum
String Maximum
Delimiter
The text was updated successfully, but these errors were encountered:
Usages are now accessible through UsagePages. e.g. hidparser.UsagePage.GenericDesktop.mouse
UsagePage
hidparser.UsagePage.GenericDesktop.mouse
Sorry, something went wrong.
Support Designator Index, Minimum and Maximum (#1)
a152d99
Support String Index, Minimum and Maximum (#1)
7de184c
Add basic Unit and Unit Exponent support (#1)
ef8e69a
Unit systems and it's esponent values are supported. but It has yet to expliot the different systems and provide meaningful information to the API
Due to the complexity of supporting Delimiters, this may be held off until later during alpha development
No branches or pull requests
Item
class need to represent HID (Short) Items as in HID spec version 1.11Input
Output
Feature
Collection
End Collection
Usage Page
Logical Minimum
Logical Maximum
Physical Minimum
Physical Maximum
Unit Exponent
Unit
Report Size
Report Id
Report Count
Push
Pop
Usage
Usage Minimum
Usage Maximum
Designator Index
Designator Maximum
Designator Minimum
String Index
String Minimum
String Maximum
Delimiter
The text was updated successfully, but these errors were encountered: