RPi.GPIO-PineA64
RPi.GPIO-PineA64 copied to clipboard
RPi.GPIO module for Pine A64/A64+
I installed python3 and python3-dev with apt install. Then I typed: sudo python3 setup.py install I've got a lot of warnings, but some errors too. The error messages are: `/usr/include/python3.9/object.h:633:41:...
Hi @swkim01, thanks for your work. The `README.md` says: > GPIO interrupts(callbacks when events occur on input gpios) Not Implemented yet!!! I see some commits since then, is it still...
I'm not able to use Pin 7 (PL10 aka GPIO362) as either input or output from RPi.GPIO-PineA64. From the shell, however, I can export 362 and it works as both...
Example: ``` In [1]: import RPi.GPIO as gp In [2]: gp.setmode(gp.BOARD) In [3]: gp.setup(28,gp.OUT) Segmentation fault (core dumped) ubuntu@pine64:~$ ``` I'm using an SOPINE with the baseboard, in case this...
Does it work on Pine A64-LTS? When i'm type in python3 prompt `>>> import RPi.GPIO` i got `Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/RPi/GPIO/__init__.py", line...