|
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 | matchTicks (uint16_t aMeasuredTicks, uint16_t aMatchValueMicros, int16_t aCompensationMicrosForTicks) |
| Match function WITH 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) |
|
void | printIRDataShort (Print *aSerial, IRData *aIRDataPtr) |
|
void | printIRResultShort (Print *aSerial, IRData *aIRDataPtr, bool aPrintRepeatGap) |
| Deprecated static function to be able to print data to send or copied received data. More...
|
|
void | printIRResultShort (Print *aSerial, IRData *aIRDataPtr) |
|