| 489 | } |
| 490 | |
| 491 | void RCSwitch::send(unsigned long code, unsigned int length) { |
| 492 | this->send( this->dec2binWcharfill(code, length, '0') ); |
| 493 | } |
| 494 | |
| 495 | void RCSwitch::send(const char* sCodeWord) { |
| 496 | noInterrupts(); |
nothing calls this directly
no test coverage detected