Dan Pidcock

Results 2 comments of Dan Pidcock

It seems the multiprocessing module cannout find the gitstats module. I fixed it by renaming gitstats to gitstats.py, which also has the benefit that syntax highlighting text editors work nicely.

This is how I got write working: ``` dev = hid.Device(vid, pid) # set vid and pid for your device dev.write(b'\x01\x80\x33\x01\x00\x00\x00\x00') # writing 8 bytes to the device bytes =...