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

Method send

Sming/Libraries/RCSwitch/RCSwitch.cpp:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 6

dec2binWcharfillMethod · 0.95
send0Method · 0.95
send1Method · 0.95
sendSyncMethod · 0.95
noInterruptsFunction · 0.50
interruptsFunction · 0.50

Tested by

no test coverage detected