pid-controller
pid-controller copied to clipboard
An advanced PID controller based on the Arduino PID library
Results
2
pid-controller issues
Sort by
recently updated
recently updated
newest added
Thanks for making this awesome project. I thought I'd suggest getting it up to ES6 specs, and make it a real class. Feel free to throw away this suggestion.
in the pid code, the following are defined: ``` // Constants for backward compatibility PID.AUTOMATIC = 1; PID.MANUAL = 0; ``` I assumed these were to be passed to setMode()...