| 449 | } |
| 450 | |
| 451 | void RCSwitch::send(unsigned long Code, unsigned int length) { |
| 452 | this->send( this->dec2binWzerofill(Code, length) ); |
| 453 | } |
| 454 | |
| 455 | void RCSwitch::send(char* sCodeWord) { |
| 456 | for (int nRepeat=0; nRepeat<nRepeatTransmit; nRepeat++) { |
nothing calls this directly
no test coverage detected