From e7882ed1b6b950803ce3cd560c7d7573fe70ed79 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 27 Nov 2020 10:24:53 -0600 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Extras.md b/docs/Extras.md index 16d65af..2adb215 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -48,12 +48,16 @@ The ESP32 has an on-chip signal-generator peripheral designed to drive an RF or 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*). +Signals are defined as a sequence of pulses, where you specify the duration of each individual high and low period, shown respectively as H1, H2, H3, and H4, and L1, L2, and L3, in the diagram below. + ### ![Pulse Train](images/pulseTrain.png) ### +The ESP32 has + The following methods are supported: (to be continued)