Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: sys_utils: add libgpiod-based Gpio helper | Michael Auchter | 2021-06-03 | 1 | -6/+3 |
| | | | | | | 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: Generalize unittest Test Case functionality | Toni Jones | 2019-04-11 | 1 | -0/+43 |
Pull some general functionality out of a specific test case and create a TestBase class. Future test cases will inherit from TestBase and have access to this general functionality. |