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

Method initBiphaselevel

src/ir_RC5_RC6.hpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273#if defined(DECODE_RC5) || defined(DECODE_MARANTZ) || defined(DECODE_RC6)
274void IRrecv::initBiphaselevel(uint_fast8_t aRCDecodeRawbuffOffset, uint16_t aBiphaseTimeUnit) {
275 irparams.RawbuffOffsetForNextBiphaseLevel = aRCDecodeRawbuffOffset;
276 irparams.BiphaseTimeUnit = aBiphaseTimeUnit;
277 irparams.AlreadyUsedTimingIntervalsOfCurrentInterval = 0;
278}
279
280/*
281 * Margin is 1/2 of unit.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected