Skip to content

Release 0.9.0

Latest
Compare
Choose a tag to compare
@eldruin eldruin released this 30 Aug 07:21
· 1 commit to master since this release

Added

  • #203 Added Ssd1306::release(self) to release the contained i2c interface.

Changed

  • (breaking) Updated dependencies for embedded-hal 1.0.0.
  • Switch examples to embassy STM32 PAC which implements embedded-hal 1.0.0 traits.
  • Add an asynchronous interface, enabled via the async feature.
  • (breaking) Increased MSRV to 1.75.0
  • #212 Switch
    from circleci to github actions. Adjust urls now repository is hosted on
    rust-embedded-community. Update code and config for modern rust and tools