//# Read a single byte

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