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

Method setPulseLength

Arduino/libraries/RCSwitch/RCSwitch.cpp:81–83  ·  view source on GitHub ↗

* Sets pulse length in microseconds */

Source from the content-addressed store, hash-verified

79 * Sets pulse length in microseconds
80 */
81void RCSwitch::setPulseLength(int nPulseLength) {
82 this->nPulseLength = nPulseLength;
83}
84
85/**
86 * Sets Repeat Transmits

Callers 3

RCSwitchMethod · 0.95
setProtocolMethod · 0.95
EX_RCSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected