Class ResistiveTankLevelSender_12in_33_240
Represents a resistive tank level sender for a 12-inch sender depth with a resistance range of 33 to 240 ohms.
Assembly: ResistiveTankLevelSender.dll
View Source
Declaration
public class ResistiveTankLevelSender_12in_33_240 : ResistiveTankLevelSender, IObservable<IChangeResult<int>>, ISamplingSensor<int>, ISensor<int>, ISensor, ISamplingSensor, IDisposable
Inheritance: System.Object -> Meadow.Foundation.ObservableBase<UNIT>
Implements:
System.IObservable<Meadow.IChangeResult<System.Int32>>, Meadow.Peripherals.Sensors.ISamplingSensor<System.Int32>, Meadow.Peripherals.Sensors.ISensor<System.Int32>, Meadow.Peripherals.Sensors.ISensor, Meadow.Peripherals.Sensors.ISamplingSensor, System.IDisposable
Properties
ResistanceToFillLevelMap
Gets the mapping of resistance (in ohms) to fill level (in 0-100 percent).
View Source
Declaration
protected override Dictionary<int, int> ResistanceToFillLevelMap { get; }
Implements
System.IObservable<Meadow.IChangeResult<System.Int32>>Meadow.Peripherals.Sensors.ISamplingSensor<System.Int32>Meadow.Peripherals.Sensors.ISensor<System.Int32>Meadow.Peripherals.Sensors.ISensorMeadow.Peripherals.Sensors.ISamplingSensorSystem.IDisposable