* Sends NEC protocol * @param aNumberOfRepeats If < 0 then only a special repeat frame without leading and trailing space * will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction(). */
| 226 | * will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction(). |
| 227 | */ |
| 228 | void IRsend::sendNECRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) { |
| 229 | sendPulseDistanceWidth_P(&NECProtocolConstants, aRawData, NEC_BITS, aNumberOfRepeats); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * Decodes also Onkyo and Apple |
nothing calls this directly
no outgoing calls
no test coverage detected