mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
added a better configurarion string for the line following example
This commit is contained in:
parent
b2c17f9812
commit
f28faa3b2d
@ -53,8 +53,10 @@ void setup(){
|
|||||||
Robot.text("Start", 5, 5);
|
Robot.text("Start", 5, 5);
|
||||||
|
|
||||||
// use this to calibrate the line following algorithm
|
// use this to calibrate the line following algorithm
|
||||||
|
// uncomment one or the other to see the different behaviors of the robot
|
||||||
|
// Robot.lineFollowConfig(11, 5, 50, 10);
|
||||||
Robot.lineFollowConfig(14, 9, 50, 10);
|
Robot.lineFollowConfig(14, 9, 50, 10);
|
||||||
|
|
||||||
// run the rescue sequence
|
// run the rescue sequence
|
||||||
rescueSequence();
|
rescueSequence();
|
||||||
Robot.text("Found obstacle", 5, 12);
|
Robot.text("Found obstacle", 5, 12);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user