Smart Remote 3 nRF52 v1.2
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Accelerometer module

Functions for configuring the accelerometer module. More...

Modules

 Accelerometer driver
 Accelerometer driver API.
 
 BMA222E definitions
 Definitions of BMA222E constants.
 

Functions

ret_code_t m_acc_click_detection_disable (void)
 Function for disabling click detection. More...
 
ret_code_t m_acc_click_detection_enable (void)
 Function for enabling click detection. More...
 
ret_code_t m_acc_init (void)
 Function for initializing the accelerometer module. More...
 

Detailed Description

Functions for configuring the accelerometer module.

Function Documentation

ret_code_t m_acc_click_detection_disable ( void  )

Function for disabling click detection.

Returns
NRF_SUCCESS on success, otherwise an error code.
ret_code_t m_acc_click_detection_enable ( void  )

Function for enabling click detection.

Returns
NRF_SUCCESS on success, otherwise an error code.
ret_code_t m_acc_init ( void  )

Function for initializing the accelerometer module.

Returns
NRF_SUCCESS on success, otherwise an error code.