From e2d954684f8b185f67897f2ff7e65f722693c59d Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 8 Feb 2024 20:54:51 -0600 Subject: [PATCH] Update PWM.md --- docs/PWM.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/PWM.md b/docs/PWM.md index c0a647b..ea6c7c2 100644 --- a/docs/PWM.md +++ b/docs/PWM.md @@ -1,8 +1,6 @@ # Pulse Width Modulation (PWM) -The ESP32 has up to 16 PWM channels that can be used to drive a variety of devices. HomeSpan includes an integrated PWM library with dedicated classes designed for controlling **Dimmable LEDs** as well as **Servo Motors**. Both classes are provided in a standalone header file that is accessed by placing the following near the top of your sketch: - -`#include "extras/PwmPin.h"` +The ESP32 has up to 16 PWM channels that can be used to drive a variety of devices. HomeSpan includes an integrated PWM library with dedicated classes designed for controlling **Dimmable LEDs** as well as **Servo Motors**. ## *LedPin(uint8_t pin [,float level [,uint16_t frequency [,boolean invert]]])*