Skip to content

Release 0.2.6

Compare
Choose a tag to compare
@eldruin eldruin released this 04 Aug 10:07
· 703 commits to master since this release
bccb903

Added

Backported non-breaking changes from the upcoming 1.0 release:

  • Transactional SPI interface for executing groups of SPI transactions.
  • Transactional I2C interface for executing groups of I2C transactions.
  • 10-bit addressing mode for I2C traits.
  • set_state method for OutputPin using an input PinState value.
  • IoPin trait for pins that can change between being inputs or outputs
    dynamically.