RPi.GPIO

Package — Robotics/IoTPython 3.7+Advanced

Low-level GPIO control for Raspberry Pi

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (C extension for Raspberry Pi)
Install
pip install RPi.GPIO

Learn by Difficulty

Quick Example

python
# Install: pip install RPi.GPIO
import rpi.gpio

# Basic RPi.GPIO usage
print(f"Using RPi.GPIO")
# See documentation for detailed examples

RPi.GPIO is a third-party package. Low-level GPIO control for Raspberry Pi. Install with: pip install RPi.GPIO

Try in Playground

Tags

packageroboticsiothardwareembedded