issues
search
golemparts
/
rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
MIT License
1.24k
stars
98
forks
source link
Accessing GPIOs > 54 on BCM2711 causes errors
#117
Closed
golemparts
closed
2 years ago
golemparts
commented
2 years ago
pin::MAX
hasn't been updated for the additional GPIOs available on the BCM2711.
Move all GPIO-related values to
system::DeviceInfo
, so we can specify these per SoC.
See also #116
pin::MAX
hasn't been updated for the additional GPIOs available on the BCM2711.system::DeviceInfo
, so we can specify these per SoC.See also #116