@administrators @Lazar-Demin Please help, when this bug with GPIO will be fixed? I have same problems on latest firmware:
File "/root/onionGpio.py", line 168, in setOutputDirection
ret = self._setDirection(argument)
File "/root/onionGpio.py", line 134, in _setDirection
status = self._initGpio()
File "/root/onionGpio.py", line 46, in _initGpio
fd.close()
IOError: [Errno 16] Resource busy
C
Posts made by ColdDeath
-
RE: Resource busy when trying to run pyGpio example program