Loading Learning Hub workspace...
Loading Learning Hub workspace...
Class 5 · Robotics Projects
A classic robotics project for learning sensor feedback, motor direction, and calibration.
A classic robotics project for learning sensor feedback, motor direction, and calibration.
if (leftSensor == LOW && rightSensor == HIGH) {
turnLeft();
} else if (leftSensor == HIGH && rightSensor == LOW) {
turnRight();
} else {
moveForward();
}Add YouTube, Vimeo, Bunny Stream, or another hosted video URL in video_url.