From 91c0af589af3d8694ea300b57a6e5e8f09528db0 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Apr 2023 12:38:38 -0500 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 4eda785..f75cf09 100644 --- a/docs/RMT.md +++ b/docs/RMT.md @@ -84,7 +84,7 @@ rf.start(pulseTrain,3,4,1000); // start transmission using the same parameters ## Example RFControl Sketch -Below is a complete sketch that produces two different pulse trains with the signal output linked to the ESP32 device's built-in LED (rather than an RF or IR transmitter). For illustrative purposes the tick duration has been set to a very long 100𝛍s, and pulse times range from of 1000-10,000 ticks, so that the individual pulses are easily discernable on the LED. Note this example sketch is also available in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → RemoteControl*](../Other%20Examples/RemoteControl). +Below is a complete sketch that produces two different pulse trains with the signal output linked to the ESP32 device's built-in LED (rather than an RF or IR transmitter). For illustrative purposes the tick duration has been set to a very long 100𝛍s, and pulse times range from of 1000-10,000 ticks, so that the individual pulses are easily discernable on the LED. Note this example sketch is also available in the Arduino IDE under [*File → Examples → HomeSpan → Other Examples → RemoteControl*](../examples/Other%20Examples/RemoteControl). ```C++ /* HomeSpan Remote Control Example */