Releases: Dlloydev/QuickPID
Releases · Dlloydev/QuickPID
QuickPID 2.0.5 POn defaults to 1
POn defaults to 1 (100% Proportional on Error). Documentation and Examples updated.
MIT license added.
QuickPID 2.0.4 - More Examples
Added QuickPID_AdaptiveTunings.ino
, QuickPID_Basic.ino
, QuickPID_PonM.ino
and QuickPID_RelayOutput.ino
to the examples folder. Note thatQuickPID_RelayOutput.ino
has the added feature of minWindow
setting that sets the minimum on time for the relay.
QuickPID 2.0.3 - Initial Release
Development for this release began with a fork of the ArduinoPID library. Some modifications and new features have been added as follows:
- Quicker hybrid fixed/floating point math in compute function
- POn parameter controls the setpoint weighting of the parameters for Proportional on Error and Proportional on Measurement
- Reorganized and more efficient PID algorithm
- micros() timing resolution
- Faster analog read function
GetError()
function added- Runs a complete PID cycle (read-compute-write) faster than just an
analogRead()
command in Arduino