.. ot-topic:: ecproposal.ec1.linux.gpio :dependencies: ecproposal.ec1.linux.dev_mgmt 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 `__