Skip to content

GetBurning/ArduinoPID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino PID regulator library

Purpose

This library implements universal PID controller class on Arduino platform. It is a partial rewrite of Arduino PID Library by Brett Beauregard <br3ttb@gmail.com>. What’s different:

  • Exposed errors
  • pid_config struct with all the tuning values
  • Deadband and dead interval support
  • Improved code readability

Examples