From ff12838d4cebc29d5b52d1f4902d8f61d0f3be47 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 27 Nov 2020 09:43:33 -0600 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Extras.md b/docs/Extras.md index aa8a522..fe0af3f 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -48,10 +48,12 @@ 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*). -# +## ![Pulse Train](images/pulseTrain.png) +## + The following methods are supported: (to be continued)