|
Re: Java SPI comm
Here's my updated SPIDevice class which is working for the LCD screen that I'm working with.
Changes (I also included a patch to Mitchel's version):
Don't read if writeOnly is true.
Add method for setting frame mode
fix typo in transferStatic method name
don't reset SS module and channel after transfer (fixes CS problem previously mentioned)
|