Version 0.2.1
Added
- Added a new "Mutex" and bus-manager for compatibility with RTIC. Check the documentation for the
BusManagerAtomicCheck
for details.
Changed
I2cProxy
andSpiProxy
now implementClone
. 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.