IRremote
|
Go to the source code of this file.
Macros | |
#define | IR_GLOBAL |
Functions | |
int | MATCH (int measured, int desired) |
int | MATCH_MARK (int measured_ticks, int desired_us) |
int | MATCH_SPACE (int measured_ticks, int desired_us) |
ISR (TIMER_INTR_NAME) | |
#define IR_GLOBAL |
Definition at line 23 of file IRremote.cpp.
ISR | ( | TIMER_INTR_NAME | ) |
Definition at line 124 of file IRremote.cpp.
int MATCH | ( | int | measured, |
int | desired | ||
) |
Definition at line 43 of file IRremote.cpp.
int MATCH_MARK | ( | int | measured_ticks, |
int | desired_us | ||
) |
Definition at line 63 of file IRremote.cpp.
int MATCH_SPACE | ( | int | measured_ticks, |
int | desired_us | ||
) |
Definition at line 89 of file IRremote.cpp.