Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@Rahix Rahix released this 20 Apr 16:39
· 44 commits to main since this release
v0.2.1

Added

  • Added a new "Mutex" and bus-manager for compatibility with RTIC. Check the documentation for the BusManagerAtomicCheck for details.

Changed

  • I2cProxy and SpiProxy now implement Clone. Cloning a proxy might be useful if a driver wants to split bus access up even further internally without wrapping the bus-proxy in another bus-manager.