Exemplo n.º 1
0
 void LED2()
 {
     if (!leding)
     {
         return;
     }
     motor.offLed();
     Invoke("LED1", 0.25f);
 }