GHIElectronics.UAP.Shields.FEZHAT.GetTemperature C# (CSharp) Méthode

GetTemperature() public méthode

Gets the temperature in celsius from the onboard sensor.
public GetTemperature ( ) : double
Résultat double
        public double GetTemperature() => (this.analog.Read(4) * 3300.0 - 450.0) / 19.5;