From dd44c437ecdff9c18a2bd58b89d18fbb7055d4d5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 8 Feb 2024 21:02:09 -0600 Subject: [PATCH] Update RMT.md --- docs/RMT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RMT.md b/docs/RMT.md index 6d98706..de916da 100644 --- a/docs/RMT.md +++ b/docs/RMT.md @@ -1,6 +1,6 @@ # Remote Control Radio Frequency / Infrared Signal Generation -The ESP32 has an on-chip Remote Control (RMT) signal-generator designed to drive an RF or IR transmitter. HomeSpan includes a dedicated, easy-to-use class, **RFControl**, that interfaces with the ESP32 RMT peripheral so that with a few additional electronic components you can create a HomeSpan device that controls an RF or IR appliance directly from the Home App on your iPhone, or via Siri. +The ESP32 has an on-chip Remote Control (RMT) signal-generator designed to drive an RF or IR transmitter. HomeSpan includes a dedicated, easy-to-use class, **RFControl()**, that interfaces with the ESP32 RMT peripheral so that with a few additional electronic components you can create a HomeSpan device that controls an RF or IR appliance directly from the Home App on your iPhone, or via Siri. ## *RFControl(int pin, boolean refClock=true)*