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