Hey Kalinka
as i just found out, your RPM Code also uses Interrupts, so the pi does not need to poll the port.
this task should be possible even if the cpu is really busy. so the python code can work problemless.
you could finetune it with this Constant:
self._watchdog = 200 # Milliseconds.
as i just found out, your RPM Code also uses Interrupts, so the pi does not need to poll the port.
this task should be possible even if the cpu is really busy. so the python code can work problemless.
you could finetune it with this Constant:
self._watchdog = 200 # Milliseconds.

