Пример #1
0
 private void SetMode(UltraSonicCommand command)
 {
     WriteRegister((byte)UltraSonicRegister.Command, (byte)command);
     System.Threading.Thread.Sleep(100);
 }
Пример #2
0
		private void SetMode(UltraSonicCommand command) {
            WriteRegister((byte)UltraSonicRegister.Command, (byte)command);
            System.Threading.Thread.Sleep(100);
        }