You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesiging SpiDispatcher to conform the write_then_read API of Adafruit_BusIO.
* All data returned by spi.transfer() before the end of the write buffer are directly written into the write buffer.
* All data returned by spi.transer() after the end of the write buffer are written into the read buffer.
* After exhaustion of the write buffer only the fill_value is being sent.
0 commit comments