Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ sendTF
Method
sendTF
Arduino/libraries/RCSwitch/RCSwitch.cpp:561–564 ·
view source on GitHub ↗
* Sends a Tri-State "F" Bit * _ ___ * Waveform: | |___| |_ */
Source
from the content-addressed store, hash-verified
559
* Waveform: | |___| |_
560
*/
561
void RCSwitch::sendTF() {
562
this->transmit(1,3);
563
this->transmit(3,1);
564
}
565
566
/**
567
* Sends a
"Sync"
Bit
Callers
1
sendTriState
Method · 0.95
Calls
1
transmit
Method · 0.95
Tested by
no test coverage detected