MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / sendLG

Method sendLG

src/ir_LG.hpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void 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

Callers 1

sendIRCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected