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

Method sendT0

Sming/Libraries/RCSwitch/RCSwitch.cpp:568–571  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

566 * Waveform: | |___| |___
567 */
568void RCSwitch::sendT0() {
569 this->send0();
570 this->send0();
571}
572
573/**
574 * Sends a Tri-State "1" Bit

Callers 1

sendTriStateMethod · 0.95

Calls 1

send0Method · 0.95

Tested by

no test coverage detected