Update Extras.md
This commit is contained in:
parent
0f8dba2d87
commit
f21645e941
|
|
@ -62,7 +62,7 @@ Since most RF/IR signals repeat the same train of pulses more than once, the dur
|
|||
|
||||
* *offTime* - the duration, in *ticks* of the low portion of the pulse. Allowable range is 0-32767 ticks. Requests to add a pulse with an *offTime* of greater than 32767 ticks are ignored but raise non-fatal warning message
|
||||
|
||||
* Note that a pulse with either *onTime=0* or *offTime=0* is permitted, but both **cannot** be zero as this is used by the ESP32 to indicate the end of the pulse train.
|
||||
* note that a pulse with either *onTime=0* or *offTime=0* is permitted, but both **cannot** be zero as this is used by the ESP32 to indicate the end of the pulse train
|
||||
|
||||
* `static void clear()`
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ Since most RF/IR signals repeat the same train of pulses more than once, the dur
|
|||
|
||||
* `void start(uint8_t _numCycles, uint8_t tickTime)`
|
||||
|
||||
* starts the transmission of the pulse train stored in the pulse train memory buffer. The signal will be output on the *pin* specified when RFControl was instantiated. Note this is a blocking call– the method waits until transmission is completed before returning. This should not provide a noticeable delay in program operations since most RF/IR pulse trains are only a few tens-of-milliseconds long
|
||||
* starts the transmission of the pulse train stored in the pulse train memory buffer. The signal will be output on the *pin* specified when RFControl was instantiated. Note this is a blocking call—the method waits until transmission is completed before returning. This should not provide a noticeable delay in program operations since most RF/IR pulse trains are only a few tens-of-milliseconds long
|
||||
|
||||
* *numCycles* - the total number of times to transmit the pulse train (i.e. a value of 3 means the pulse train will be transmitted once, followed by 2 additional re-transmissions)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue