Ejemplo n.º 1
0
 private void SetMode(UltraSonicCommand command)
 {
     WriteRegister((byte)UltraSonicRegister.Command, (byte)command);
     System.Threading.Thread.Sleep(100);
 }
Ejemplo n.º 2
0
		private void SetMode(UltraSonicCommand command) {
            WriteRegister((byte)UltraSonicRegister.Command, (byte)command);
            System.Threading.Thread.Sleep(100);
        }