m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
767 stars 209 forks source link

Running several instances of 'simple-pid in parallel on the same MCU #78

Open nirbkm opened 11 months ago

nirbkm commented 11 months ago

Hi , I have a requirement to calculate PID values for 3 (or more) independent heating elements to achieve stable temperature for each one. Are there any constrains of running several instances of the simple-pid algorithm in parallel? the MCU will be RP2040 .

Thanks,