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

Function MATCH_SPACE

src/IRReceive.hpp:1485–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483}
1484
1485bool MATCH_SPACE(uint16_t measured_ticks, uint16_t desired_us) {
1486 return matchSpace(measured_ticks, desired_us);
1487}
1488
1489/**
1490 * Getter function for MARK_EXCESS_MICROS

Callers

nothing calls this directly

Calls 1

matchSpaceFunction · 0.85

Tested by

no test coverage detected