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

Macros

#define AIWA_RC_T501_HZ   38
 
#define AIWA_RC_T501_BITS   15
 
#define AIWA_RC_T501_PRE_BITS   26
 
#define AIWA_RC_T501_POST_BITS   1
 
#define AIWA_RC_T501_SUM_BITS   (AIWA_RC_T501_PRE_BITS + AIWA_RC_T501_BITS + AIWA_RC_T501_POST_BITS)
 
#define AIWA_RC_T501_HDR_MARK   8800
 
#define AIWA_RC_T501_HDR_SPACE   4500
 
#define AIWA_RC_T501_BIT_MARK   500
 
#define AIWA_RC_T501_ONE_SPACE   600
 
#define AIWA_RC_T501_ZERO_SPACE   1700
 

Documentation des macros

◆ AIWA_RC_T501_BIT_MARK

#define AIWA_RC_T501_BIT_MARK   500

◆ AIWA_RC_T501_BITS

#define AIWA_RC_T501_BITS   15

◆ AIWA_RC_T501_HDR_MARK

#define AIWA_RC_T501_HDR_MARK   8800

◆ AIWA_RC_T501_HDR_SPACE

#define AIWA_RC_T501_HDR_SPACE   4500

◆ AIWA_RC_T501_HZ

#define AIWA_RC_T501_HZ   38

◆ AIWA_RC_T501_ONE_SPACE

#define AIWA_RC_T501_ONE_SPACE   600

◆ AIWA_RC_T501_POST_BITS

#define AIWA_RC_T501_POST_BITS   1

◆ AIWA_RC_T501_PRE_BITS

#define AIWA_RC_T501_PRE_BITS   26

◆ AIWA_RC_T501_SUM_BITS

#define AIWA_RC_T501_SUM_BITS   (AIWA_RC_T501_PRE_BITS + AIWA_RC_T501_BITS + AIWA_RC_T501_POST_BITS)

◆ AIWA_RC_T501_ZERO_SPACE

#define AIWA_RC_T501_ZERO_SPACE   1700