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

Function MATCH_MARK

src/IRReceive.hpp:1431–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431bool MATCH_MARK(uint16_t measured_ticks, uint16_t desired_us) {
1432 return matchMark(measured_ticks, desired_us);
1433}
1434
1435/**
1436 * Compensate for spaces shortened by demodulator hardware

Callers

nothing calls this directly

Calls 1

matchMarkFunction · 0.85

Tested by

no test coverage detected