br-172
br-172
Many thanks for your response. I tried your suggestion and it seems to work fine. ``` #!/usr/bin/env python3 # Modified: 2020-06-07 # br-172 import time import threading import pigpio """...
Many thanks for your effort. But I am not quite sure what you mean by 'python client'. Do you have a link or an example script?
Thank you for your comments. I could not finally understand why pigpiod shows exactly this unexpected behavior with multi-threaded access. I think the exact cause depends on many side effects...
I don't know of a way to distribute a single global instance of `pi=pigpio.pi()` across processes. I have combined related hardware into logical units. A script controls exactly one logical...