GHIElectronics.UAP.Shields.FEZHAT.GetTemperature C# (CSharp) 메소드

GetTemperature() 공개 메소드

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