mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
- GPIOBank made the assumption that all bits used where contiguous. This amends the documentation to make that more clear, and adds an assert statement to check for that. - reset_all() would reset all pins, regardless of DDR value, rendering it useless for any GPIO bank that would want to have readable pins. Fixed that by checking DDR value before resetting. - Minor amendments to various docstrings; improve PyLint score by removing superfluous inheritance from object. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| CMakeLists.txt | ||
| dtoverlay.py | ||
| i2c_dev.py | ||
| net.py | ||
| sysfs_gpio.py | ||
| sysfs_thermal.py | ||
| udev.py | ||
| uio.py | ||
| watchdog.py | ||