Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use RPIO instead of RPi.GPIO #343

Open
Bluscream opened this issue Jan 14, 2024 · 0 comments
Open

use RPIO instead of RPi.GPIO #343

Bluscream opened this issue Jan 14, 2024 · 0 comments

Comments

@Bluscream
Copy link

Bluscream commented Jan 14, 2024

https://pypi.org/project/RPIO/

RPIO is an advanced GPIO module for the Raspberry Pi.

PWM via DMA (up to 1µs resolution)

GPIO input and output (drop-in replacement for RPi.GPIO)

GPIO interrupts (callbacks when events occur on input gpios)

TCP socket interrupts (callbacks when tcp socket clients send data)

Command-line tools rpio and rpio-curses

Well documented, fast source code with minimal CPU usage

Open source (LGPLv3+)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant