Arduino-PID-Library icon indicating copy to clipboard operation
Arduino-PID-Library copied to clipboard

Link to documentation just takes me to the Arduino Playground homepage

Open sholtob opened this issue 1 year ago • 4 comments

The link to the documentation is broken it just leads to the Arduino Playground homepage.

sholtob avatar Feb 18 '24 14:02 sholtob

Same here, and I desperately need to RT*M

clytle374 avatar Apr 17 '24 09:04 clytle374

docs are now here. (thanks, Brett, for pointing this out.)

SimonEnsemble avatar May 29 '24 01:05 SimonEnsemble

ha ha---the website URL doesn't save the path... odd. we need to click "Libraries", then the "PIDLibrary - Provides basic feedback control" is listed on the webpage.

Screenshot 2024-05-28 at 6 54 40 PM

SimonEnsemble avatar May 29 '24 01:05 SimonEnsemble

Try with a trailing slash:

https://playground.arduino.cc/Code/PIDLibrary/

And the explanatory docs at

  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/ (Note that the links to the chapters are broken on that page)
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-sample-time/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-derivative-kick/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-tuning-changes/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-reset-windup/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-onoff/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-initialization/
  • http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-direction/
  • http://brettbeauregard.com/blog/2011/04/how-fast-is-the-arduino-pid-library/
  • http://brettbeauregard.com/blog/2012/07/beginners-pid-series-translated-to-spanish/
  • http://brettbeauregard.com/blog/2017/06/introducing-proportional-on-measurement/
  • http://brettbeauregard.com/blog/2017/06/proportional-on-measurement-the-code/

drf5n avatar Aug 23 '24 02:08 drf5n