Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ sendT1
Method
sendT1
Sming/Libraries/RCSwitch/RCSwitch.cpp:578–581 ·
view source on GitHub ↗
* Sends a Tri-State "1" Bit * ___ ___ * Waveform: | |_| |_ */
Source
from the content-addressed store, hash-verified
576
* Waveform: | |_| |_
577
*/
578
void RCSwitch::sendT1() {
579
this->send1();
580
this->send1();
581
}
582
583
/**
584
* Sends a Tri-State
"F"
Bit
Callers
1
sendTriState
Method · 0.95
Calls
1
send1
Method · 0.95
Tested by
no test coverage detected