Smart Remote 3 nRF52 v1.2
m_protocol_ir.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __M_PROTOCOL_IR__
10 #define __M_PROTOCOL_IR__
11 
12 #include "event_bus.h"
13 
18 ret_code_t m_protocol_ir_init(void);
19 
26 bool m_protocol_ir_event_handler(const event_t *p_event);
27 
28 #endif /* __M_PROTOCOL_IR__ */
29 

Documentation feedback | Developer Zone | Subscribe | Updated