MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / sendT1

Method sendT1

Arduino/libraries/RCSwitch/RCSwitch.cpp:551–554  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

549 * Waveform: | |_| |_
550 */
551void RCSwitch::sendT1() {
552 this->transmit(3,1);
553 this->transmit(3,1);
554}
555
556/**
557 * Sends a Tri-State "F" Bit

Callers 1

sendTriStateMethod · 0.95

Calls 1

transmitMethod · 0.95

Tested by

no test coverage detected