mirror of https://github.com/rusefi/wideband.git
10 lines
148 B
C
10 lines
148 B
C
|
#pragma once
|
||
|
|
||
|
void StartSampling();
|
||
|
|
||
|
float GetNernstAc();
|
||
|
float GetSensorInternalResistance();
|
||
|
float GetNernstDc();
|
||
|
|
||
|
float GetPumpNominalCurrent();
|