Skip to content

Commit 8ca7af0

Browse files
committed
100hz sample rate
1 parent 484793e commit 8ca7af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArduinoClassRobot.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ void loop() {
8888

8989
left.write(lval);
9090
right.write(rval);
91-
delay(100);
91+
delay(10);
9292

9393
}

0 commit comments

Comments
 (0)