From 2376fe9d3d431363f310e4fde3eb42106fb41d3c Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 22:49:05 -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 46a09b0..c09ad72 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -46,7 +46,7 @@ The ESP32 has an on-chip signal-generator peripheral designed to drive an RF or ### *RFControl(int pin)* -Creating an instance of this **class** initializes the RF/IR signal generator and specifies the ESP32 output *pin*. You may create more than once instance of this class if driving more than one RF/IR transmitter (each connected to different *pin*). +Creating an instance of this **class** initializes the RF/IR signal generator and specifies the ESP32 *pin* to output the signal. You may create more than one instance of this class if driving more than one RF/IR transmitter (each connected to different *pin*). The following methods are supported: