sandeepmistry / node-powermate

A Node.js library for the Griffin PowerMate
41 stars 25 forks source link

support for different HID driver type #17

Open dannydulai opened 5 years ago

dannydulai commented 5 years ago

new node-hid supports libusb based HID driver -- this commit allows you to pass in { hidDriver: 'libusb' } into the constructor

it also allows for { index: 2 }