Copper280z comments - It appears the original simple-pid library now supports circuitpython/micropython via very similar changes to what I've made here. My intention ...
Docstrings suggest repeatfunc (function) will create a generator that can be called infinitely, calling the function each time. This implies the count of repeats is None (default), and the third ...