ir 2.0.0.0
IR Device Settings

Settings for registers of IR Click driver. More...

Macros

#define IR_STATE_HIGH   0x01
 IR control commands.
 
#define IR_STATE_LOW   0x00
 
#define DRV_BUFFER_SIZE   200
 IR driver buffer size.
 
#define IR_DEF_FREQ   38000
 IR default PWM frequency.
 

Detailed Description

Settings for registers of IR Click driver.

Macro Definition Documentation

◆ DRV_BUFFER_SIZE

#define DRV_BUFFER_SIZE   200

IR driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.

◆ IR_DEF_FREQ

#define IR_DEF_FREQ   38000

IR default PWM frequency.

Specified setting for setting default PWM frequency of IR Click driver.

◆ IR_STATE_HIGH

#define IR_STATE_HIGH   0x01

IR control commands.

Specified setting for control commands of IR Click driver.

◆ IR_STATE_LOW

#define IR_STATE_LOW   0x00