GPIO ==== Learn how to use the Linux GPIO subsystem, especially what it takes to control GPIOs from userspace. ``sysfs`` Interface ------------------- (Deprecated but simple) * `Documentation `__ * GPIO configuration * Input * Output * Events/Interrupts ``gpiod`` Interface ------------------- * `Source `__ * `python3-gpiod `__