コード例 #1
0
        //# Read a single byte

        public int Read()
        {
            return(I2C.WiringPiI2CRead(_deviceHandler));
        }