From 165dffaebffe7776835d3f91b775f87994fe91ba Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 21 Mar 2021 22:49:28 -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 cd2cddc..74fb3d1 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -33,7 +33,7 @@ LedPin also includes a static class function that converts Hue/Saturation/Bright See tutorial sketch [#10 (RGB_LED)](../examples/10-RGB_LED) for an example of using LedPin to control an RGB LED. -#### *ServoPin(uint8_t pin [,double initDegrees [,uint16_t minMicros, uint16_t maxMicros, double minDegrees, double maxDegrees]])* +### *ServoPin(uint8_t pin [,double initDegrees [,uint16_t minMicros, uint16_t maxMicros, double minDegrees, double maxDegrees]])* Creating an instance of this **class** configures the specified *pin* to output a 50 Hz PWM signal, which is suitable for controlling most Servo Motors. There are three forms of the constructor: one with just a single argument; one with two arguments; and one with all six arguments. Arguments, along with their defaults if left unspecified, are as follows: