pub enum VoltageProbeResolution {
TenthsOfMillivolts(u16),
Unknown,
}Expand description
§Voltage Probe Resolution
Variants§
TenthsOfMillivolts(u16)
Resolution for the probe’s reading in tenths of millivolts
Unknown
Resolution is unknown
pub enum VoltageProbeResolution {
TenthsOfMillivolts(u16),
Unknown,
}Resolution for the probe’s reading in tenths of millivolts
Resolution is unknown