Update PWM.md

This commit is contained in:
HomeSpan 2023-04-01 12:33:40 -05:00 committed by GitHub
parent edbb419c19
commit d2e89e4ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) * 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 ### PWM Resource Allocation and Limitations