This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Luxafor via Python | |
# Dave Irvine www.daveirvine.me @dave_irvine | |
# Get PyUSB from: | |
# http://walac.github.io/pyusb/ | |
#!/usr/bin/python | |
import usb.core | |
import usb.util |