Skip to content

Commit 0e43669

Browse files
committed
[Fix] typo comment
コメントのタイポを修正
1 parent 525acbf commit 0e43669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Rotation/Rotation.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void setup() {
1313
}
1414

1515
void loop() {
16-
// rotate servo to 270 and -180 degrees(with contains +-1 degrees error) each 1 second.
16+
// rotate servo to 270 and -180 degrees(with contains +-4 degrees error) each 1 second.
1717
servo.rotate(270, 4);
1818
delay(1000);
1919
servo.rotate(-180, 4);

0 commit comments

Comments
 (0)