From d2e89e4ba0bfdf75243d7b28b1ee76c855af4431 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Apr 2023 12:33:40 -0500 Subject: [PATCH] Update PWM.md --- docs/PWM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PWM.md b/docs/PWM.md index b37da71..dbd67dc 100644 --- a/docs/PWM.md +++ b/docs/PWM.md @@ -79,7 +79,7 @@ The *minMicros* parameter must be less than the *maxMicros* parameter, but setti * returns the pin number (or -1 if ServoPin was not successfully initialized) -A worked example showing how ServoPin can be used to control the Horizontal Tilt of a motorized Window Shade can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → ServoControl*](../Other%20Examples/ServoControl). +A worked example showing how ServoPin can be used to control the Horizontal Tilt of a motorized Window Shade can be found in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → ServoControl*](../examples/Other%20Examples/ServoControl). ### PWM Resource Allocation and Limitations