Loading...
Searching...
No Matches
ir_nec_constants.h File Reference

Internal addresses, registers and constants. More...

Detailed Description

Internal addresses, registers and constants.

Author
Dario Petrillo dario.nosp@m..pk1.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file ir_nec_constants.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define IR_NEC_START_US   4500
 Width of the start pulse, in microseconds.
 
#define IR_NEC_ZERO_US   562
 Width of the zero pulse, in microseconds.
 
#define IR_NEC_ONE_US   1687
 Width of the one pulse, in microseconds.
 
#define IR_NEC_EPS_US   350
 Maximum timing deviation for value detection, in microseconds.
 

Macro Definition Documentation

◆ IR_NEC_EPS_US

#define IR_NEC_EPS_US   350

Maximum timing deviation for value detection, in microseconds.

Definition at line 29 of file ir_nec_constants.h.

◆ IR_NEC_ONE_US

#define IR_NEC_ONE_US   1687

Width of the one pulse, in microseconds.

Definition at line 28 of file ir_nec_constants.h.

◆ IR_NEC_START_US

#define IR_NEC_START_US   4500

Width of the start pulse, in microseconds.

Definition at line 26 of file ir_nec_constants.h.

◆ IR_NEC_ZERO_US

#define IR_NEC_ZERO_US   562

Width of the zero pulse, in microseconds.

Definition at line 27 of file ir_nec_constants.h.