flyte / mqtt-io

Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
MIT License
460 stars 157 forks source link

use RPIO instead of RPi.GPIO #343

Open Bluscream opened 5 months ago

Bluscream commented 5 months ago

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