From 59eb8e4cf351384388ded3adc3871a0245bbc463 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 30 Oct 2021 15:40:30 -0500 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 88ccd10..477a1e9 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -121,7 +121,7 @@ Details of each function are as follows: * `void enableCarrier(uint32_t freq, float duty=0.5)` - * enables the overlay of a "square" carrier wave on the pulse train. In practice this is only used for IR signals (not RF) + * enables modulation of the pulse train with a "square" carrier wave. In practice this is only used for IR signals (not RF) * *freq* - the frequency, in Hz, of the carrier wave. If freq=0, carrier wave is disabled