Go to file
2023-03-12 23:27:42 -04:00
examples Add example/PID_heater_simulation 2023-03-12 23:27:42 -04:00
keywords.txt Version 1.2 2017-06-19 16:29:36 -07:00
library.json
library.properties version 2017-06-20 07:12:13 -07:00
PID_v1.cpp Backcalculate per Astrom 1989 and http://brettbeauregard.com/blog/2011/04/improving-the-beginner%e2%80%99s-pid-reset-windup/#comment-18721 2021-11-22 13:49:43 -05:00
PID_v1.h Expose integral to enable user-space hacking 2023-03-12 23:19:16 -04:00
README.md Update README.txt to .md and add Astrom reference 2023-02-22 18:29:55 -05:00


  • Arduino PID Library - Version 1.2.1
  • by Brett Beauregard br3ttb@gmail.com brettbeauregard.com
  • This Library is licensed under the MIT License

This fork uses back calculation per Astrom 1989 to manage integral windup.