mqtt-io icon indicating copy to clipboard operation
mqtt-io copied to clipboard

use RPIO instead of RPi.GPIO

Open Bluscream opened this issue 5 months ago • 0 comments

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+)

Bluscream avatar Jan 14 '24 03:01 Bluscream