Skip to content

Bump rppal from 0.14.1 to 0.15.0

Ghost User requested to merge dependabot-cargo-rppal-0.15.0 into master

Bumps rppal from 0.14.1 to 0.15.0.

Release notes

Sourced from rppal's releases.

v0.15.0

  • 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).
Changelog

Sourced from rppal's changelog.

0.15.0 (October 18, 2023)

  • 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).
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports