Keywish Hummer-Bot-1.0 Instruction Manual page 60

Table of Contents

Advertisement

void
setup() {
Serial.begin(9600);
}
void
loop() {
int
left, centre, right;
left
= analogRead(A0);
centre
= analogRead(A1);
right
= analogRead(A2);
Serial.print("right:");
Serial.print(right);
Serial.print("
Serial.print("centre:");
Serial.print(centre);
Serial.print("
Serial.print("left:");
Serial.print(left);
Serial.println("
}
");
");
");
Figure .3.2.20 Example of the Black Track
57

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Hummer-Bot-1.0 and is the answer not in the manual?

Questions and answers

Related Products for Keywish Hummer-Bot-1.0

Table of Contents