Skip to content

Releases: Dlloydev/QuickPID

QuickPID 2.0.5 POn defaults to 1

21 Jan 00:12
Compare
Choose a tag to compare

POn defaults to 1 (100% Proportional on Error). Documentation and Examples updated.
MIT license added.

QuickPID 2.0.4 - More Examples

17 Jan 18:02
Compare
Choose a tag to compare

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

17 Jan 01:21
Compare
Choose a tag to compare

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