Skip to content

Commit ac0f239

Browse files
committed
Missed the min/max in a comment.
1 parent c551dc2 commit ac0f239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Servo/src/Servo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//
3030
// attach(pin ) - Attaches a servo motor to an i/o pin.
3131
// attach(pin, min, max ) - Attaches to a pin setting min and max values in microseconds
32-
// default min is 800, max is 2190
32+
// default min is 1000, max is 2000
3333
//
3434
// write() - Sets the servo angle in degrees. (invalid angle that is valid as pulse in microseconds is treated as microseconds)
3535
// writeMicroseconds() - Sets the servo pulse width in microseconds

0 commit comments

Comments
 (0)