Skip to content

Release 1.0.0-alpha.10

Compare
Choose a tag to compare
@eldruin eldruin released this 05 Apr 07:08
· 299 commits to master since this release
3a7c3ca

*** This is (also) an alpha release with breaking changes (sorry) ***

Added

  • Added pwm::SetDutyCycle trait.

Changed

  • gpio: add ErrorKind enum for consistency with other traits and for future extensibility. No kinds are defined for now.
  • delay: make infallible.
  • i2c: remove _iter() methods.
  • i2c: add default implementations for all methods based on transaction().
  • i2c: document guidelines for shared bus usage.
  • spi: SpiDevice transaction now takes an operation slice instead of a closure.