Python library for Raspberry Pi GPIO device control and testing
GPIO Zero is a Python library that provides simple interfaces to GPIO devices on Raspberry Pi. It builds on underlying pin libraries such as RPi.GPIO and pigpio, supports selectable pin factories and a mock pin interface for testing, and offers declarative device sources, command-line tools, and documentation. It is suited for educational physical-computing projects, sensors, prototypes, and robotics on Raspberry Pi.
0