From 3317be0811ad62be1b158527ac07a3fc1e5f38e7 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 17:00:40 -0600 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Extras.md b/docs/Extras.md index 26202e7..91cd8fc 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -18,6 +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 of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on) ---