We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c551dc2 commit ac0f239Copy full SHA for ac0f239
libraries/Servo/src/Servo.h
@@ -29,7 +29,7 @@
29
//
30
// attach(pin ) - Attaches a servo motor to an i/o pin.
31
// attach(pin, min, max ) - Attaches to a pin setting min and max values in microseconds
32
-// default min is 800, max is 2190
+// default min is 1000, max is 2000
33
34
// write() - Sets the servo angle in degrees. (invalid angle that is valid as pulse in microseconds is treated as microseconds)
35
// writeMicroseconds() - Sets the servo pulse width in microseconds
0 commit comments