![]() |
#include <avr/interrupt.h>#include "IRremote.h"#include "IRremoteInt.h"#include "GlobalObjects.h"Macros | |
| #define | IR_GLOBAL |
Fonctions | |
| 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 |
| ISR | ( | TIMER_INTR_NAME | ) |
| int MATCH | ( | int | measured, |
| int | desired | ||
| ) |
| int MATCH_MARK | ( | int | measured_ticks, |
| int | desired_us | ||
| ) |
| int MATCH_SPACE | ( | int | measured_ticks, |
| int | desired_us | ||
| ) |
1.8.15