Exemple #1
0
 public void ReadOnlyAccelerometerFromIMU(string bluetoothDeviceName)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.ReadOnlyAccelerometerFromIMU(bluetoothDeviceName));
     }
 }