[][src]Trait libmedium::sensors::CurrentSensor

pub trait CurrentSensor: Sensor<Value = Current> + Enable + Input + Min + Max + LowCrit + Crit + Average + Lowest + Highest + Debug { }

Helper trait that sums up all functionality of a read-only current sensor.

Implementors

Loading content...