mirror of https://github.com/rusefi/wideband.git
fix nernst
This commit is contained in:
parent
ec20b7ed9d
commit
2d483cc586
|
@ -27,7 +27,7 @@ static void SamplingThread(void*)
|
|||
while(true)
|
||||
{
|
||||
// First toggle the pin
|
||||
palTogglePad(GPIOB, 8);
|
||||
palTogglePad(GPIOB, 7);
|
||||
auto result = AnalogSample();
|
||||
|
||||
float r_1 = result.NernstVoltage;
|
||||
|
|
Loading…
Reference in New Issue