Smart Remote 3 nRF52 v1.2
m_touchpad.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __M_TOUCHPAD_H__
10 #define __M_TOUCHPAD_H__
11 
12 #include <stdbool.h>
13 #include <stdint.h>
14 
15 #include "event_bus.h"
16 
22 ret_code_t m_touchpad_init(void);
23 
30 ret_code_t m_touchpad_enable(void);
31 
38 ret_code_t m_touchpad_disable(void);
39 
46 bool m_touchpad_event_handler(const event_t *p_event);
47 
48 #endif /* __M_TOUCHPAD_H__ */
49 

Documentation feedback | Developer Zone | Subscribe | Updated