mirror of https://github.com/rusefi/wideband.git
comment about bosch datasheet
This commit is contained in:
parent
a61157760a
commit
3d80ff1d8b
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
|
|
||||||
|
// Bosch CJ125 is somewhere VERY ROUGHLY like 200-400A/(v*s) integrator gain
|
||||||
static Pid pumpPid(50.0f, 300.0f, 2);
|
static Pid pumpPid(50.0f, 300.0f, 2);
|
||||||
|
|
||||||
static THD_WORKING_AREA(waPumpThread, 256);
|
static THD_WORKING_AREA(waPumpThread, 256);
|
||||||
|
|
Loading…
Reference in New Issue