You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the original RPi.GPIO is written in C because in python is not possible to have real multithreading
behaviour. When you decided to port the original library and switch to python only, has you
considered this issue?
Please note that I'm just curious, I didn't find any mention to that into provided documentation. I've started to adjust the original RPi.GPIO to work with other boards when I discovered your project.
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
the original RPi.GPIO is written in C because in python is not possible to have real multithreading
behaviour. When you decided to port the original library and switch to python only, has you
considered this issue?
https://realpython.com/python-gil
Please note that I'm just curious, I didn't find any mention to that into provided documentation. I've started to adjust the original RPi.GPIO to work with other boards when I discovered your project.
Thanks,
The text was updated successfully, but these errors were encountered: