示例#1
0
 public void turnR(bool button)
 {
     if (button == true)
     {
         LeftM.Set(0.0);
         RightM.Set(-0.5);
     }
 }
示例#2
0
        }//end Drive

        public void driver(double left, double right)
        {
            LeftM.Set(left);
            RightM.Set(-right);
        }