Skip to content

Release 0.3.1

Compare
Choose a tag to compare
@eldruin eldruin released this 27 Sep 22:12
· 130 commits to master since this release
72af109

Added

  • Added implementation of transactional SPI and I2C traits.
  • CountDown implementation for SysTimer.
  • Default implementation for SysTimer.

Changed

  • Set default features to build both sysfs and cdev pin types.
  • Removed Pin export, use CdevPin or SysfsPin.
  • Updated embedded-hal to version 0.2.6.
  • Updated nb to version 0.1.3.
  • Updated gpio-cdev to version 0.5.
  • Updated i2cdev to version 0.5.
  • Updated spidev to version 0.5.
  • Updated sysfs-gpio to version 0.6.
  • Updated cast to version 0.3.

Fixed

  • Modified OutputPin behavior for active-low pins to match InputPin behavior.