* Send special NEC repeat frame * Repeat commands should be sent in a 110 ms raster. */
| 130 | * Repeat commands should be sent in a 110 ms raster. |
| 131 | */ |
| 132 | void IRsend::sendNECRepeat() { |
| 133 | enableIROut (NEC_KHZ); // 38 kHz |
| 134 | mark(NEC_HEADER_MARK); // + 9000 |
| 135 | space(NEC_REPEAT_HEADER_SPACE); // - 2250 |
| 136 | mark(NEC_BIT_MARK); // + 560 |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Static function variant of IRsend::sendNECRepeat |
nothing calls this directly
no outgoing calls
no test coverage detected