Keyestudio Smart Little Turtle Robot V3 Manual page 221

Table of Contents

Advertisement

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

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

Table of Contents