Skip to content

Commit 8e9a88f

Browse files
committed
update
1 parent 3cba26f commit 8e9a88f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/line_follower/line_follower.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ void setup() {
3030
while(!alvik.get_touch_ok()){
3131
delay(50);
3232
}
33-
34-
alvik.left_led.set_color(0,1,0);
35-
alvik.right_led.set_color(0,1,0);
36-
3733
}
3834

3935
void loop() {
@@ -66,6 +62,7 @@ void loop() {
6662
alvik.set_wheels_speed(30-control, 30+control);
6763
delay(100);
6864
}
65+
6966
while (!alvik.get_touch_ok()){
7067
alvik.left_led.set_color(0,0,1);
7168
alvik.right_led.set_color(0,0,1);

0 commit comments

Comments
 (0)