From 52541d6be161c12adad793e2cb5f7c523bd288c9 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 21 Mar 2021 22:51:43 -0500 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Extras.md b/docs/Extras.md index 9b4c262..306b13f 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -48,7 +48,7 @@ The *minMicros* parameter must be less than the *maxMicros* parameter, but setti * `void set(uint8_t position)` - * sets the position of the Servo Motor to *position* (in degrees). In order to protect the Servo Motor, values of *position* less than *minDegrees* are automatically reset to *minDegrees* and value greater than *maxDegrees* are automatically reset to *maxDegrees*. + * sets the position of the Servo Motor to *position* (in degrees). In order to protect the Servo Motor, values of *position* less than *minDegrees* are automatically reset to *minDegrees*, and values greater than *maxDegrees* are automatically reset to *maxDegrees*. * `int getPin()`