pub enum CurrentProbeResolution {
TenthsOfMilliamps(u16),
Unknown,
}Expand description
§Current Probe Resolution
Variants§
TenthsOfMilliamps(u16)
Resolution for the probe’s reading in tenths of milliamps
Unknown
Resolution is unknown
pub enum CurrentProbeResolution {
TenthsOfMilliamps(u16),
Unknown,
}Resolution for the probe’s reading in tenths of milliamps
Resolution is unknown