cython-hidapi
cython-hidapi copied to clipboard
write() should accept strings and buffers
write() only accepting arrays of small ints is a rather odd interface. Accepting str and buffer instances would make it substantially easier to use.