Keyestudio Smart Little Turtle Robot V3 Manual page 219

Table of Contents

Advertisement

www.keyestudio.com
break;
case 'R': car_right();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_right2);
break;
case 'S': car_Stop();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_stop2);
break;
case 'X': tracking();
break;
case 'Y': follow_car();
break;
case 'U': avoid();
break;
}
}
void avoid()
219

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Smart Little Turtle Robot V3 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents