Smart Remote 3 nRF52 v1.2
m_ir_tx.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
10 #ifndef __M_IR_TX_H__
11 #define __M_IR_TX_H__
12 
13 #include <stdint.h>
14 #include "event_bus.h"
15 
20 ret_code_t m_ir_tx_init(void);
21 
28 bool m_ir_tx_event_handler(const event_t *p_event);
29 
30 #endif /* __M_IR_TX_H__ */
31 

Documentation feedback | Developer Zone | Subscribe | Updated