public double ConvertResistanceToTemperatureCelciusUsingSteinhartHartModel(ThermistorSteinhartHartModelParameters modelParameters, double resistanceOhms) { throw new MissingMethodException("not implemented yet; should be easy to implement from https://www.thermistor.com/sites/default/files/specsheets/Beta-vs-Steinhart-Hart-Equations.pdf"); return(0); }
public double ConvertResistanceToTemperatureCelciusUsingSteinhartHartModel(ThermistorSteinhartHartModelParameters modelParameters, double resistanceOhms) { throw new MissingMethodException("not implemented yet; should be easy to implement from https://www.thermistor.com/sites/default/files/specsheets/Beta-vs-Steinhart-Hart-Equations.pdf"); return 0; }