Smart Remote 3 nRF52 v1.2
Functions

Functions for configuring the infrared protocol module. More...

Functions

bool m_protocol_ir_event_handler (const event_t *p_event)
 Event bus event handler. More...
 
ret_code_t m_protocol_ir_init (void)
 Function for initializing the IR Protocol module. More...
 

Detailed Description

Functions for configuring the infrared protocol module.

Function Documentation

bool m_protocol_ir_event_handler ( const event_t *  p_event)

Event bus event handler.

Parameters
[in]p_eventPointer to the event structure.
Returns
True if further processing of the given event should be abandoned.
ret_code_t m_protocol_ir_init ( void  )

Function for initializing the IR Protocol module.

Returns
NRF_SUCCESS on success, otherwise an error code.

Documentation feedback | Developer Zone | Subscribe | Updated