From 33e9d19670c044e89724f64a186014a6834ba9ae Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 17:00:54 -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 91cd8fc..5c748ec 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -19,7 +19,7 @@ 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) + * sets the PWM %duty-cycle of timer-channel *channel* to *level*, where *level* ranges from 0 (off) to 100 (steady on) ---