Exemplo n.º 1
0
 //Asynchronous method to receive messages
 void OnMessageReceived()
 {
     StartCoroutine(blinkSphere());
     Debug.Log(bluetoothHelper.ReadBytes().Length);
     // received_message =
     // Debug.Log(received_message);
 }