IRremote
|
#include "IRremote.h"
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 |
#define NEC_BIT_MARK 560 |
Definition at line 15 of file ir_NEC.cpp.
#define NEC_BITS 32 |
Definition at line 12 of file ir_NEC.cpp.
#define NEC_HDR_MARK 9000 |
Definition at line 13 of file ir_NEC.cpp.
#define NEC_HDR_SPACE 4500 |
Definition at line 14 of file ir_NEC.cpp.
#define NEC_ONE_SPACE 1690 |
Definition at line 16 of file ir_NEC.cpp.
#define NEC_RPT_SPACE 2250 |
Definition at line 18 of file ir_NEC.cpp.
#define NEC_ZERO_SPACE 560 |
Definition at line 17 of file ir_NEC.cpp.