Smart Remote 3 nRF52 v1.2
m_gyro.h
1 /*$$$LICENCE_NORDIC_STANDARD<2016>$$$*/
2 
9 #ifndef __M_GYRO__
10 #define __M_GYRO__
11 
12 #include <stdint.h>
13 #include "event_bus.h"
14 
21 ret_code_t m_gyro_init(bool force_calibration);
22 
27 ret_code_t m_gyro_enable(void);
28 
33 ret_code_t m_gyro_disable(void);
34 
41 ret_code_t m_gyro_calibrate(void);
42 
49 bool m_gyro_event_handler(const event_t *p_event);
50 
51 #endif /* __M_GYRO__ */
52 

Documentation feedback | Developer Zone | Subscribe | Updated