*** This is (also) an alpha release with breaking changes (sorry) ***
Added
- Added
pwm::SetDutyCycletrait.
Changed
- gpio: add
ErrorKindenum 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.