Skip to content

Release 0.3.0

Latest
Compare
Choose a tag to compare
@eldruin eldruin released this 14 Jan 21:28

Changed

  • [breaking-change] Updated embedded-hal to version 1, read in one-shot mode is therefore only an inherent method.
  • [breaking-change] Simplified SlaveAddr enum.
  • [breaking-change] Changed the terms "master/slave" to "controller/target" to align with the I2C bus specification v.7
  • Raised MSRV to 1.62.0.

Added

  • Derived common traits for types.
  • Add default for ComparatorQueue.

Removed

  • Removed I2cInterface.
  • Removed reset_internal_driver_state method.
  • Removed DynamicOneShot trait.