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

Method sendTF

Sming/Libraries/RCSwitch/RCSwitch.cpp:588–591  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

586 * Waveform: | |___| |_
587 */
588void RCSwitch::sendTF() {
589 this->send0();
590 this->send1();
591}
592
593/**
594 * Sends a "Sync" Bit

Callers 1

sendTriStateMethod · 0.95

Calls 2

send0Method · 0.95
send1Method · 0.95

Tested by

no test coverage detected