| 151 | } |
| 152 | |
| 153 | void IRsend::sendLG(uint8_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) { |
| 154 | sendPulseDistanceWidth_P(&LGProtocolConstants, computeLGRawDataAndChecksum(aAddress, aCommand), LG_BITS, aNumberOfRepeats); |
| 155 | } |
| 156 | |
| 157 | /* |
| 158 | * Decode MSB first and 28 bits |