docs
This commit is contained in:
parent
95e55a22f3
commit
73024a808a
|
@ -69,6 +69,8 @@ private:
|
|||
/**
|
||||
* A PID impl. with a modified cascaded integrator-comb (CIC) filtering.
|
||||
* Used for incremental auto-IAC control. See autoIdle() in idle_thread.cpp
|
||||
*
|
||||
* https://rusefi.com/forum/viewtopic.php?f=9&t=1315
|
||||
*/
|
||||
class PidCic : public Pid {
|
||||
|
||||
|
|
Loading…
Reference in New Issue