GHIElectronics.UAP.Shields.FEZHAT.GetTemperature C# (CSharp) Method

GetTemperature() public method

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