Gor.Devices.Humidity_Air_HIH4000.ReadInt C# (CSharp) Method

ReadInt() public method

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