Exemple #1
0
 /// <summary>
 /// steer PiCar to straight
 /// </summary>
 public string SteerStraight()
 {
     return(Steering.GoTo(0));
 }