From 79c143e1ec76e403c56d707e3cea93ffca96b3b3 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 22 Nov 2020 22:01:43 -0600 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 096e092..d56d02e 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -33,7 +33,7 @@ Example 5 expands on Example 2 by adding in the code needed to actually control Example 6 changes Example 5 so that LED #2 is now dimmable, instead of just on/off. New HomeSpan API topics covered in this example include: * implementing pulse-width-modulation on any ESP32 pin by instantiating a `PwmPin()` object -* setting the PWM level to control the brightness of an using the PwmPin `set()` method +* setting the PWM level to control the brightness of an LED using the PwmPin `set()` method