python3-gpiod icon indicating copy to clipboard operation
python3-gpiod copied to clipboard

gpiod Python library with almost the same usage as libgpiodcxx

Results 10 python3-gpiod issues
Sort by recently updated
recently updated
newest added

Hi, Is this the same as `python3-libgpiod` package in Debian? If not, then what is the advantage in using this python module (python3-gpiod)? Is there a more appropriate forum to...

Hello, in some modular systems, static name symlink may be used to /dev/gpiochipX as X can be subject to change (e.g. in case of adding a next gpiochip). In the...

Hi, I tried running the test code with pypy and it doesn't work. ``` pi@raspberrypi:/usr/local/lib/python3.9/dist-packages $ pypy3 -m gpiod.test.blink 0 7 Traceback (most recent call last): File "/usr/lib/pypy3/lib-python/3/runpy.py", line 196,...

Hi, First, thanks for writing this library. During opening a chip with gpiod.chip("chip"), it happened to me that in my system an access denied took place. The reason is that...

i'd like an API call where I may provide a callback for GPIO inputs which is called asynchronously on incoming interrupts (e.g. by a button). I'm currently implementing this functionality...

:hammer_and_wrench: Enhancement

Is there a reason why this package conflicts the "gpiod" module name? The official python bindings are now available as "libgpiod" via pypi, and provide a "gpiod" module. They are...

Hi, I'm working on a python project on my Orange PC2 board with gpiod event on pin 40 (gpiochip1 - 199). I got event when pin is linked to VCC...

This is a small step-by-step to reproduce the error: * Have a named pin on any chip above gpiochip0. * Run this code, substitute the GPIO_NAME: ``` import gpiod for...

It would be useful if there was an __version__ attribute for the module.

I'm working to adapt some code from Pis to Rock 4s and the code comes from the Raspberry Pi world. Is this a good substitute for RPI.GPIO??