Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@david-sawatzke david-sawatzke released this 03 Jun 08:22
· 2 commits to master since this release

Added

  • Add a reset_single_transaction feature for the prerendered version, which uses a single SPI transaction for a write call. Can be useful if using a DMA-approach or you're experiencing glitches due to the SPI peripheral turning high between the data and the reset.

Changed

  • Using the mosi_idle_high feature with the prerendered version now sends out the first reset together with the data, thus requiring a larger data buffer (but avoids potentially long dead-time between the first reset and the data being sent).