Skip to content

Commit 429453a

Browse files
authored
Add small delay into the line follower (#17)
1 parent 315a1e0 commit 429453a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

warduino/guide/open-bot-brain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ export function main(): void { // [!code focus:19]
225225
driveMotor(OutputPort.port1, 0);
226226
driveMotor(OutputPort.port2, 5000);
227227
}
228+
delay(5);
228229
}
229230
}
230231
```

0 commit comments

Comments
 (0)