wideband/firmware/sampling.h

10 lines
148 B
C
Raw Normal View History

2020-10-29 02:55:55 -07:00
#pragma once
void StartSampling();
float GetNernstAc();
float GetSensorInternalResistance();
float GetNernstDc();
float GetPumpNominalCurrent();