K 10 svn:author V 3 ian K 8 svn:date V 27 2019-03-02T20:58:51.261399Z K 7 svn:log V 415 Bugfix: use a dummy buffer for the inactive side of a transfer. This is especially important for writes. SPI is inherently a bidirectional bus; you receive data (even if it's garbage) while writing. We should not receive that data into the same buffer we're writing to the device. When reading it doesn't matter what we send to the device, but using the dummy buffer for that as well is pleasingly symmetrical. END