Macros
Référence du fichier ir_NEC.cpp
#include "IRremote.h"
#include "IRremoteInt.h"

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
 

Documentation des macros

◆ NEC_BIT_MARK

#define NEC_BIT_MARK   560

◆ NEC_BITS

#define NEC_BITS   32

◆ NEC_HDR_MARK

#define NEC_HDR_MARK   9000

◆ NEC_HDR_SPACE

#define NEC_HDR_SPACE   4500

◆ NEC_ONE_SPACE

#define NEC_ONE_SPACE   1690

◆ NEC_RPT_SPACE

#define NEC_RPT_SPACE   2250

◆ NEC_ZERO_SPACE

#define NEC_ZERO_SPACE   560