aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/sys_utils/gpio.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: sys_utils: add libgpiod-based Gpio helperMichael Auchter2021-06-031-0/+60
This adds a new Gpio helper class, which uses libgpiod under the hood instead of the deprecated sysfs GPIO access. This class provides the ability to get/set a specific GPIO, which is looked up by name.