wideband/firmware/analog_input.h

11 lines
156 B
C
Raw Normal View History

2020-09-19 21:39:29 -07:00
#pragma once
struct AnalogResult
{
float NernstVoltage;
float VirtualGroundVoltage;
float PumpCurrentVoltage;
};
AnalogResult AnalogSample();