fix(deps): update rust crate rppal to v0.22.1
Loading
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rppal | dependencies | minor |
0.17.1 -> 0.22.1
|
v0.22.1
v0.22.0
Pwm2
and Pwm3
.Pwm0
= GPIO12, Pwm1
= GPIO13, Pwm2
= GPIO18, Pwm3
= GPIO19.with_pwmchip
to address PWM channels outside of the default configuration.v0.21.0
InvalidChannel
error.TryFrom<u8>
implementation for Channel
.v0.20.0
set_bias
to InputPin
(contributed by @KronsyC).SimpleHalSpiDevice
transactions to keep CS low between operations (contributed by @whatisbyandby).SimpleHalSpiDevice::new()
to require an Spi
instance, instead of a generic HAL bus (contributed by @whatisbyandby)./dev/ttyAMA0
exists and fall back to /dev/serial0
when calling new()
on Raspberry Pi 5 or Compute Module 5.v0.19.0
Event
struct, containing interrupt event details.debounce
argument to set_interrupt()
and set_async_interrupt()
.Event
struct when an interrupt is triggered, instead of Level
.v0.18.0
Null
for uninitialized (FUNCSEL 31 (NULL)) pins on Raspberry Pi 5 (contributed by @lukeburong).InputPin
mode not getting set correctly for uninitialized pins on Raspberry Pi 5 (contributed by @lukeburong).Error::UnknownModel
.This MR has been generated by Renovate Bot.