示例#1
0
文件: ev3.cs 项目: dpiquee/EV3
        static void testEV3()
        {
            EV3Program program = new EV3Program ();
            //		program.hello (); // motor B
            //		program.PositionControl (); // motor C
            //		program.firstProgram ();
            program.linefollow ();

            Console.WriteLine ("Complete");
        }
示例#2
0
        static void testEV3()
        {
            EV3Program program = new EV3Program();

            //		program.hello (); // motor B
            //		program.PositionControl (); // motor C
            //		program.firstProgram ();
            program.linefollow();

            Console.WriteLine("Complete");
        }
示例#3
0
文件: ev3.cs 项目: dpiquee/EV3
        static void Main(string[] args)
        {
            EV3Program program = new EV3Program ();
            program.testSegway ();
            //			program.testController ();
            //			program.testIronPython ();

            //			program.testBackProp ();
            //			program.testNN ();
            //			program.testNNLineFollower ();

            //			EV3Brick ev3 = new EV3Brick ();
            //			ev3.runH25 ();
            //			ev3.testH25 ();
            //			ev3.testMotorA ();
            //			ev3.testMotorB ();
            //			ev3.testMotorD ();

            //			testEV3 ();
        }
示例#4
0
        static void Main(string[] args)
        {
            EV3Program program = new EV3Program();

            program.testSegway();
//			program.testController ();
//			program.testIronPython ();

//			program.testBackProp ();
//			program.testNN ();
//			program.testNNLineFollower ();

//			EV3Brick ev3 = new EV3Brick ();
//			ev3.runH25 ();
//			ev3.testH25 ();
//			ev3.testMotorA ();
//			ev3.testMotorB ();
//			ev3.testMotorD ();

//			testEV3 ();
        }