From 15b94c53edc86031c74b27cd3d824d2291c0c91f Mon Sep 17 00:00:00 2001 From: Michael Auchter Date: Wed, 29 Jan 2020 14:02:59 -0600 Subject: mpm: sys_utils: add libgpiod-based Gpio helper 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/python/tests/sys_utils_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/tests/sys_utils_tests.py') diff --git a/mpm/python/tests/sys_utils_tests.py b/mpm/python/tests/sys_utils_tests.py index c21cfea07..50a10e1a1 100755 --- a/mpm/python/tests/sys_utils_tests.py +++ b/mpm/python/tests/sys_utils_tests.py @@ -9,6 +9,7 @@ Tests related to usrp_mpm.sys_utils from base_tests import TestBase import unittest +import test_utilities from usrp_mpm.sys_utils import net import platform -- cgit v1.2.3