Skip to content

v0.15.0

Compare
Choose a tag to compare
@golemparts golemparts released this 18 Oct 14:13
· 36 commits to master since this release
0.15.0
1a443c4
  • Add support for Raspberry Pi 5 (thanks @ukscone for all the testing!).
  • Gpio: (Breaking change) Rename PullUpDown enum to Bias, and set_pullupdown to set_bias.
  • Gpio: Add support for new modes Alt6, Alt7 and Alt8.
  • I2c: Implement I2C transactions for embedded-hal (contributed by @CBJamo).