Skip to content

mblythe86/C-PID-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

/**********************************************************************************************
 * C PID Library - Version 1.0.1
 * modified my Matthew Blythe <[email protected]> mjblythe.com/hacks
 * originally by Brett Beauregard <[email protected]> brettbeauregard.com
 *
 * This Library is licensed under a GPLv3 License
 **********************************************************************************************/

 - 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/
   
 - This code is also modified to remove the ability to be called at irregular intervals.
   I assume that most folks coding in raw C can set up a regular timer-based interrupt.

About

PID library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.2%
  • Other 25.8%