Go to the source code of this file.
|
void | IRReceiveTimerInterruptHandler () |
|
bool | matchTicks (uint16_t aMeasuredTicks, uint16_t aMatchValueMicros) |
| Match function without compensating for marks exceeded or spaces shortened by demodulator hardware. More...
|
|
bool | MATCH (uint16_t measured_ticks, uint16_t desired_us) |
|
bool | matchMark (uint16_t aMeasuredTicks, uint16_t aMatchValueMicros) |
| Compensate for marks exceeded by demodulator hardware. More...
|
|
bool | MATCH_MARK (uint16_t measured_ticks, uint16_t desired_us) |
|
bool | matchSpace (uint16_t aMeasuredTicks, uint16_t aMatchValueMicros) |
| Compensate for spaces shortened by demodulator hardware. More...
|
|
bool | MATCH_SPACE (uint16_t measured_ticks, uint16_t desired_us) |
|
int | getMarkExcessMicros () |
| Getter function for MARK_EXCESS_MICROS. More...
|
|
void | printActiveIRProtocols (Print *aSerial) |
|