MCPcopy Create free account
hub / github.com/SmingHub/Sming / setPulseLength

Method setPulseLength

Sming/Libraries/RCSwitch/RCSwitch.cpp:118–120  ·  view source on GitHub ↗

* Sets pulse length in microseconds */

Source from the content-addressed store, hash-verified

116 * Sets pulse length in microseconds
117 */
118void RCSwitch::setPulseLength(int nPulseLength) {
119 this->protocol.pulseLength = nPulseLength;
120}
121
122/**
123 * Sets Repeat Transmits

Callers 1

setProtocolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected