The documentation for python-spidev does not explain how to change bits per word. I have some SPI devices that are 16-bit and I can't seem to figure out how to communicate with these. I get an IOError: [Errno 22] Invalid argument when setting bits_per_word to 16. Anyone have luck with this?