Inheritance: BaseSensorDevice, IThermistor
Exemplo n.º 1
0
        public CustomCurve(Thermistor thermistor)
            : base(thermistor)
        {

        }
Exemplo n.º 2
0
 public BaseCurve(Thermistor thermistor) : base(thermistor)
 {
     LoadDefaultCurve();
 }
        public PerformanceMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
Exemplo n.º 4
0
        public QuiteMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
Exemplo n.º 5
0
        public BalancedMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
Exemplo n.º 6
0
        public Default(Thermistor thermistor)
            : base(thermistor)
        {

        }