MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / setRepeatTransmit

Method setRepeatTransmit

Arduino/libraries/RCSwitch/RCSwitch.cpp:88–90  ·  view source on GitHub ↗

* Sets Repeat Transmits */

Source from the content-addressed store, hash-verified

86 * Sets Repeat Transmits
87 */
88void RCSwitch::setRepeatTransmit(int nRepeatTransmit) {
89 this->nRepeatTransmit = nRepeatTransmit;
90}
91
92/**
93 * Set Receiving Tolerance

Callers 2

RCSwitchMethod · 0.95
EX_RCSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected