Slide 23
Slide 23 text
Supporting multiple back-ends
●
RPi.GPIO
●
Implemented in C, current default
●
RPIO
●
Implemented in C
●
pigpio
●
Python wrapper for C library, runs as daemon, remote pins
●
Native
●
Pure Python, limited functionality, experimental
●
MockPin & MockPWMPin
●
Pure Python, used in test suite