IRremote
Macros | Functions
IRremote.cpp File Reference
#include "IRremote.h"
#include <avr/interrupt.h>
Include dependency graph for IRremote.cpp:

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)
 

Macro Definition Documentation

◆ IR_GLOBAL

#define IR_GLOBAL

Definition at line 23 of file IRremote.cpp.

Function Documentation

◆ ISR()

ISR ( TIMER_INTR_NAME  )

Definition at line 124 of file IRremote.cpp.

◆ MATCH()

int MATCH ( int  measured,
int  desired 
)

Definition at line 43 of file IRremote.cpp.

◆ MATCH_MARK()

int MATCH_MARK ( int  measured_ticks,
int  desired_us 
)

Definition at line 63 of file IRremote.cpp.

◆ MATCH_SPACE()

int MATCH_SPACE ( int  measured_ticks,
int  desired_us 
)

Definition at line 89 of file IRremote.cpp.