* Sends a "Sync" Bit * _ * Waveform Protocol 1: | |_______________________________ * _ * Waveform Protocol 2: | |__________ */
| 598 | * Waveform Protocol 2: | |__________ |
| 599 | */ |
| 600 | void RCSwitch::sendSync() { |
| 601 | this->transmit(protocol.syncFactor); |
| 602 | } |
| 603 | |
| 604 | #if not defined( RCSwitchDisableReceiving ) |
| 605 | /** |
no test coverage detected