mirror of https://github.com/rusefi/wideband.git
fix gain
This commit is contained in:
parent
46718dd77a
commit
c19c6445bd
|
@ -20,7 +20,7 @@ void SetPumpCurrentTarget(int32_t microampere)
|
||||||
// 47 ohm resistor
|
// 47 ohm resistor
|
||||||
// 0.147 gain
|
// 0.147 gain
|
||||||
// effective resistance of 317 ohms
|
// effective resistance of 317 ohms
|
||||||
float volts = 0.000317308f * microampere;
|
float volts = 0.000321162f * microampere;
|
||||||
|
|
||||||
// offset by
|
// offset by
|
||||||
volts += 1.65f;
|
volts += 1.65f;
|
||||||
|
|
Loading…
Reference in New Issue