Gor.Devices.Humidity_Air_HIH4000.ReadInt C# (CSharp) 메소드

ReadInt() 공개 메소드

Return the value not converted asreaded from the ADC
public ReadInt ( ) : int
리턴 int
        public override int ReadInt()
        {
            return Adc.Read(Channel);
        }