Esempio n. 1
0
 public void startBuzzing()
 {
     for (int i = 0; i < sendChars.Length; i++)
     {
         arduino.sendData(sendChars[i]);
     }
 }
Esempio n. 2
0
 public void toggleLED()
 {
     //Debug.Log("LED toggled "+gameObject.name);
     arduinoOutput.sendData(LEDChar);
 }