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

Method sendSync

Sming/Libraries/RCSwitch/RCSwitch.cpp:600–602  ·  view source on GitHub ↗

* Sends a "Sync" Bit * _ * Waveform Protocol 1: | |_______________________________ * _ * Waveform Protocol 2: | |__________ */

Source from the content-addressed store, hash-verified

598 * Waveform Protocol 2: | |__________
599 */
600void RCSwitch::sendSync() {
601 this->transmit(protocol.syncFactor);
602}
603
604#if not defined( RCSwitchDisableReceiving )
605/**

Callers 2

sendTriStateMethod · 0.95
sendMethod · 0.95

Calls 1

transmitMethod · 0.95

Tested by

no test coverage detected