python-gpiodev icon indicating copy to clipboard operation
python-gpiodev copied to clipboard

Library to operate GPIO pins via character device

Results 3 python-gpiodev issues
Sort by recently updated
recently updated
newest added

a small typo in code - when `gpio` is not `None` it's not assigned to the `GPIOEventHandle` class instance.

https://github.com/martinpitt/umockdev by @martinpitt can be used to mock character devices. It can be used to implement unit-tests for the library without access to the real hardware

for a pure python way without compiling c-code (as well as other platforms then fedora) a fallback to RPi.GPIO would be nice when the gpioctl-lib could not be included.