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

Method sendLGRaw

src/ir_LG.hpp:248–250  ·  view source on GitHub ↗

* Here you can put your raw data, even one with "wrong" checksum. * @param aRawData The lowest 28 (LG_BITS) bit of this value are sent MSB first. * @param aNumberOfRepeats If < 0 then only a special repeat frame will be sent. */

Source from the content-addressed store, hash-verified

246 * @param aNumberOfRepeats If < 0 then only a special repeat frame will be sent.
247 */
248void IRsend::sendLGRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) {
249 sendPulseDistanceWidth_P(&LGProtocolConstants, aRawData, LG_BITS, aNumberOfRepeats);
250}
251
252bool IRrecv::decodeLGMSB(decode_results *aResults) {
253 unsigned int offset = 1; // Skip first space

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected