wallneradam / tc420

Python Library and CLI for TC420 (USB) LED Controller / Dimmer
GNU General Public License v3.0
21 stars 8 forks source link

Update tc420.py #8

Closed crmtechsol closed 3 years ago

crmtechsol commented 3 years ago

libusb does not implement libusb_kernel_driver_active() on Windows. Running the program results in a NotImplementedError and causes the program to stop. Checking for the OS fixes this problem.

wallneradam commented 3 years ago

Thanks!