Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: sys_utils: add libgpiod-based Gpio helper | Michael Auchter | 2021-06-03 | 1 | -0/+79 |
| | | | | | | 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. | ||||
* | mpm: Create Mock classes for unit testing | Toni Jones | 2021-02-18 | 1 | -0/+113 |
Create Mock classes which mimic the behavior of a register interface and logger to facilitate unit testing needs. |