* Sends a "0" Bit * _ * Waveform Protocol 1: | |___ * _ * Waveform Protocol 2: | |__ */
| 502 | * Waveform Protocol 2: | |__ |
| 503 | */ |
| 504 | void RCSwitch::send0() { |
| 505 | if (this->nProtocol == 1){ |
| 506 | this->transmit(1,3); |
| 507 | } |
| 508 | else if (this->nProtocol == 2) { |
| 509 | this->transmit(1,2); |
| 510 | } |
| 511 | else if (this->nProtocol == 3) { |
| 512 | this->transmit(4,11); |
| 513 | } |
| 514 | } |
| 515 | |
| 516 | /** |
| 517 | * Sends a "1" Bit |