From d05b56aca78f56611a1e360e1b217a7bd0a88937 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 27 Nov 2020 09:32:57 -0600 Subject: [PATCH 1/2] Update Extras.md --- docs/Extras.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Extras.md b/docs/Extras.md index c09ad72..71a7037 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -48,6 +48,8 @@ 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*). +![images/pulseTrain.png] + The following methods are supported: (to be continued) From 03c73eee5406a407e4dbe7377c4481761c93f6a5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 27 Nov 2020 09:34:19 -0600 Subject: [PATCH 2/2] 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 71a7037..f9660c7 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -48,7 +48,7 @@ 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*). -![images/pulseTrain.png] +![Pulse Train](images/pulseTrain.png) The following methods are supported: