Support for bit tranfers....
jbuszkie opened this issue · 1 comments
jbuszkie commented
Is there a way to specify an arbitrary number of bits to transfer via SPI? I have a device that's interface is very SPI-like. But it expects 3bits of command followed by 6 bits of address followed by 8bits of data. But from the code here..(at least the bit banged part) it looks like it sends just 8 bit package.. My guess is I'll have to bit bang this myself...
ladyada commented
you'll have to bitbang it!