Updated README.txt to include information about synching PID engine to external timing sources
This commit is contained in:
parent
9e7662e9ea
commit
a30df926fd
@ -9,3 +9,7 @@
|
||||
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
|
||||
|
||||
- For function documentation see: http://playground.arduino.cc/Code/PIDLibrary
|
||||
|
||||
- To synchronize PID::Compute with an external timing source such as a TIMER ISR,
|
||||
call SetSampleTime() with an argument of zero. This will force Compute to generate a
|
||||
new output value each time it is called.
|
||||
|
Loading…
Reference in New Issue
Block a user