Arduino-PID-Library icon indicating copy to clipboard operation
Arduino-PID-Library copied to clipboard

Name uniquness

Open clplaneguy opened this issue 6 years ago • 0 comments

I have a 3,000 line program with an internal PID called "PID" and am in the process of converting to this library. This library for PID is also called "PID". At the moment both are active and the names conflict. Rather than editing the 3,000 lines, I have chosen to edit the library. Any unique Class name would resolve the conflict. I have simply chosen the name "PID2".

clplaneguy avatar Apr 21 '19 12:04 clplaneguy