* NEC2 Send frame !!! and repeat the frame for each requested repeat !!! * There is NO delay after the last sent repeat! * @param aNumberOfRepeats If < 0 then nothing is sent. */
| 196 | * @param aNumberOfRepeats If < 0 then nothing is sent. |
| 197 | */ |
| 198 | void IRsend::sendNEC2(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) { |
| 199 | sendPulseDistanceWidth_P(&NEC2ProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats); |
| 200 | } |
| 201 | |
| 202 | /** |
| 203 | * Apple: Send NEC with fixed 16 bit Apple address 0x87EE. |
nothing calls this directly
no outgoing calls
no test coverage detected