Skip to content

Commit c313cb8

Browse files
committed
corrected spelling mistakes
1 parent 671db5c commit c313cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servo_Hardware_PWM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
attach(pin, min, max) --- Attaches a servo motor to an i/o pin with a custom lower and upper pulse width limit.
4545
4646
attach(pin, min, max, defaultPos) --- Attaches a servo motor to an i/o pin with a custom lower and upper pulse width limit.
47-
In addition, the starting pulse width of the servo can bes set with the defaultPos.
47+
In addition, the starting pulse width of the servo can be set with the defaultPos.
4848
This allows the servo to start from a user-defined angle instead of the middle position.
4949
5050
detach() --- Clears the used registers and stops the output of the attached pin. (no pin number!)

0 commit comments

Comments
 (0)