Ejemplo n.º 1
0
        //# Write a single command

        public void WriteCommand(int cmd)
        {
            I2C.WiringPiI2CWrite(_deviceHandler, cmd);
            _timer.SleepMiliseconds(1);
        }