Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
588
void RCSwitch::sendTF() {
589
this->send0();
590
this->send1();
591
}
592
593
/**
594
* Sends a
"Sync"
Bit
Callers
1
sendTriState
Method · 0.95
Calls
2
send0
Method · 0.95
send1
Method · 0.95
Tested by
no test coverage detected