GPIO ==== .. contents:: :local: Background ---------- We use ``sysfs`` GPIO because it is easy to understand and instructive. It is deprecated and unmaintained in the kernel though. See `this post `__ for much information about this. The replacement for ``sysfs`` GPIO is ``libgpiod`` (`source `__ and `docs `__). Class Description ----------------- .. doxygenclass:: SysFS_GPIO_Pin :members: