Brain.Screen.printAt(200, 90, “Heading %7.2f”, Inertial20.heading());
Brain.Screen.printAt(200, 105, "Rotation %7.2f", Inertial20.rotation());
How do we write the code to turn the robot back to 90 degree when its ± 5
Brain.Screen.printAt(200, 90, “Heading %7.2f”, Inertial20.heading());
Brain.Screen.printAt(200, 105, "Rotation %7.2f", Inertial20.rotation());
How do we write the code to turn the robot back to 90 degree when its ± 5
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.