golemparts/rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
RustMIT
Issues
- 18
Pi5 HW PWM not working
#154 opened by johansmitsnl - 4
PWM code is taking 'No such device' error.
#161 opened by system-linux - 1
Add support for additional PWM channels
#170 opened by golemparts - 5
Allow parsing pwm::Channel from u8
#168 opened by tidely - 8
Permission denied on "/dev/gpiomem"
#164 opened by andrewdavidmackenzie - 1
- 1
Failure to configure GPIO if run via systemd although no error propagated
#167 opened by zacharytomlinson - 5
UART on a Raspberry Pi 5 using GPIO 14/15.
#165 opened by Dygear - 2
- 1
Add support for MODE_NO_CS to SPI devices
#162 opened by dbartussek - 9
- 2
Interest in async rust
#159 opened by andrewdavidmackenzie - 4
- 46
- 1
UART: documentation
#156 opened by manio - 2
- 57
Raspberry Pi5
#127 opened by ukscone - 4
UART. Losing chars on read
#153 opened by pahlavaubivca - 3
SimpleHalSpiDevice does not execute all operations in a single transaction
#151 opened by whatisbyandby - 0
`rppal::gpio::Error` should impl `Serialize`
#112 opened by makerio90 - 1
Reason for not supporting 10-bit i2c addressing
#113 opened by AntonOellerer - 1
GPIO starts fluctating
#121 opened by thinkrapido - 2
- 1
- 5
- 2
Multiple slave select lines on one SPI bus
#147 opened by willAlbertini707 - 6
pwm (or more specififally: ) the example `pwm_blinkled.rs` does not seem to work on my raspberry pi zero w
#146 opened by exo-cortex - 2
I2C connection with ADS1115
#145 opened by MDH0 - 13
No PWM on a raspberry pi 5
#141 opened by whattheflukz - 1
- 1
Input pin mode not set correctly on Raspberry Pi 5
#142 opened by lukeburong - 0
GPIO `is_low` output differs from rppal v0.17.0 impl compared to embedded-hal v1 impl
#137 opened by TeyKey1 - 5
- 0
Support concurrent reading and writing via Uart
#131 opened by SillyFreak - 2
Banana Pi M5 support
#128 opened by Chris2m - 3
is there any clear or clean or cleanup method?
#124 opened by krishnaTORQUE - 1
Wrong library. My mistake.
#125 opened by TheLostProgrammer - 1
Interrupt service routines for Timers?
#123 opened by superlou - 2
Set multiple pins at once?
#122 opened by superlou - 3
- 1
- 3
ioctl compile errors for all arm musl targets
#107 opened by austenadler - 1
Support 1 Wire protocol
#108 opened by soundprojects - 2
Does rppal support non-blocking SPI?
#118 opened by imrank03 - 0
Accessing GPIOs > 54 on BCM2711 causes errors
#117 opened by golemparts - 1
Error Compiling rppal v0.13.1
#115 opened by reddy-s - 1
PinNotAvailable(): how to drop and reinit pin?
#111 opened by mateusz-szczyrzyca - 1
InputPin trait not implemented
#105 opened by Xavientois - 2
Syncronous Interrupt hanging
#104 opened by jhaubrich - 2
Support I2c::smbus_block_read on Raspberry Pi
#102 opened by LeCyberDucky