www.keyestudio.com
delay(100);
if(distance2 > distance3)
{
car_left();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_left2);
servopulse(servopin,90);
//delay(100);
}
else
{
car_right();
myMatrix.clear();
myMatrix.writeDisplay();
matrix_display(matrix_right2);
servopulse(servopin,90);
//delay(100);
}
}
else
{
221
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