mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +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);
|
||||
|
||||
// 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);
|
||||
|
||||
|
||||
// run the rescue sequence
|
||||
rescueSequence();
|
||||
Robot.text("Found obstacle", 5, 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user