Skip to content

J0RMUNG4NDR/Arduino-PID-Library_V2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

***************************************************************
* Arduino PID Library - Version 2.0.0
* originally by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
* modified to include some filtering
*
* This Library is licensed under the MIT License
***************************************************************

 - Added functionality: low-pass filtering of the derivative error using an exponentially weighted moving average.
 
 - For an ultra-detailed explanation of why the code is the way it is, please visit: 
   http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/

 - For function documentation of the original library see:  http://playground.arduino.cc/Code/PIDLibrary

About

Adds option to average the derivative to the existing PID Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%