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

Method sendT0

Arduino/libraries/RCSwitch/RCSwitch.cpp:541–544  ·  view source on GitHub ↗

* Sends a Tri-State "0" Bit * _ _ * Waveform: | |___| |___ */

Source from the content-addressed store, hash-verified

539 * Waveform: | |___| |___
540 */
541void RCSwitch::sendT0() {
542 this->transmit(1,3);
543 this->transmit(1,3);
544}
545
546/**
547 * Sends a Tri-State "1" Bit

Callers 1

sendTriStateMethod · 0.95

Calls 1

transmitMethod · 0.95

Tested by

no test coverage detected