heater.c: Update link to 'PID without a PhD' Tim Wescott 2000 Embedded article.

This commit is contained in:
David Forrest 2014-05-09 14:31:06 -04:00 committed by Markus Hitter
parent dd72f9c1d6
commit 9d5d2a5492
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static const heater_definition_t heaters[NUM_HEATERS] =
The three factors kP, kI, kD are chosen to give the desired behaviour given the dynamics of the system.
See http://www.eetimes.com/design/embedded/4211211/PID-without-a-PhD for the full story
See http://www.embedded.com/design/prototyping-and-development/4211211/PID-without-a-PhD for the full story
*/
struct {
int32_t p_factor; ///< scaled P factor: mibicounts/qc