MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / send

Method send

Arduino/libraries/RCSwitch/RCSwitch.cpp:451–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

dec2binWzerofillMethod · 0.95
send0Method · 0.95
send1Method · 0.95
sendSyncMethod · 0.95

Tested by

no test coverage detected