mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| CMakeLists.txt | ||
| db_flash.py | ||
| dtoverlay.py | ||
| filesystem_status.py | ||
| gpio.py | ||
| i2c_dev.py | ||
| mount.py | ||
| net.py | ||
| sysfs_gpio.py | ||
| sysfs_thermal.py | ||
| udev.py | ||
| uio.py | ||
| watchdog.py | ||