Update Extras.md

This commit is contained in:
HomeSpan 2020-11-26 22:49:05 -06:00 committed by GitHub
parent 8f2fdc8a15
commit 2376fe9d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ The ESP32 has an on-chip signal-generator peripheral designed to drive an RF or
### *RFControl(int pin)* ### *RFControl(int pin)*
Creating an instance of this **class** initializes the RF/IR signal generator and specifies the ESP32 output *pin*. You may create more than once instance of this class if driving more than one RF/IR transmitter (each connected to different *pin*). 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*).
The following methods are supported: The following methods are supported: