Пример #1
0
 void Start()
 {
     VccConnect      = false;
     GNDConnect      = false;
     DigitalConnect3 = false;
     DigitalConnect4 = false;
     POWER           = 0;
     manager         = GetComponentInParent <L298N_MANAGER>();
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     manager = GetComponentInParent <L298N_MANAGER>();
     OnArround(true);
 }