IRremote
Macros
ir_NEC.cpp File Reference
#include "IRremote.h"
Include dependency graph for ir_NEC.cpp:

Go to the source code of this file.

Macros

#define NEC_BITS   32
 
#define NEC_HDR_MARK   9000
 
#define NEC_HDR_SPACE   4500
 
#define NEC_BIT_MARK   560
 
#define NEC_ONE_SPACE   1690
 
#define NEC_ZERO_SPACE   560
 
#define NEC_RPT_SPACE   2250
 

Macro Definition Documentation

◆ NEC_BIT_MARK

#define NEC_BIT_MARK   560

Definition at line 15 of file ir_NEC.cpp.

◆ NEC_BITS

#define NEC_BITS   32

Definition at line 12 of file ir_NEC.cpp.

◆ NEC_HDR_MARK

#define NEC_HDR_MARK   9000

Definition at line 13 of file ir_NEC.cpp.

◆ NEC_HDR_SPACE

#define NEC_HDR_SPACE   4500

Definition at line 14 of file ir_NEC.cpp.

◆ NEC_ONE_SPACE

#define NEC_ONE_SPACE   1690

Definition at line 16 of file ir_NEC.cpp.

◆ NEC_RPT_SPACE

#define NEC_RPT_SPACE   2250

Definition at line 18 of file ir_NEC.cpp.

◆ NEC_ZERO_SPACE

#define NEC_ZERO_SPACE   560

Definition at line 17 of file ir_NEC.cpp.