From 1230fda3d5688f39146af907cefde68b36d222e5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 17:00:07 -0600 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 6bd21e1..26202e7 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -18,7 +18,7 @@ Creating an instance of this class links one of 16 timer-channels to an ESP32 pi The following methods are supported: * `void set(uint8_t channel, uint8_t level)` - * sets that PWM duty cycle or timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on) + * sets that PWM %duty-cycle of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on) ---