NZSmartie / PyHIDParser

A HID descriptor parser written in Python 3
MIT License
23 stars 5 forks source link

Create a Device object from a HID Descriptor and vice versa #6

Open NZSmartie opened 8 years ago

NZSmartie commented 8 years ago

The parser currently returns a list of Items that are mapped to usage(pages) or modifiers in some way.

Once the Device class is set up and works well enough to use from an application, these two need to be bridged so that

  1. [x] A HID descriptor generates a Device class for the application to use
  2. [ ] The Device class can generate a (hopefully) identical HID descriptor