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

Function MATCH

src/IRReceive.hpp:1375–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375bool MATCH(uint16_t measured_ticks, uint16_t desired_us) {
1376 return matchTicks(measured_ticks, desired_us);
1377}
1378
1379/**
1380 * Compensate for marks exceeded by demodulator hardware

Callers

nothing calls this directly

Calls 1

matchTicksFunction · 0.85

Tested by

no test coverage detected