| 272 | |
| 273 | #if defined(DECODE_RC5) || defined(DECODE_MARANTZ) || defined(DECODE_RC6) |
| 274 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected