Smart Remote 3 nRF52 v1.2
Modules | Functions
Accelerometer module

Functions for configuring the accelerometer module. More...

Modules

 Accelerometer driver
 Accelerometer driver API.
 
 LIS3DH definitions
 Definitions of LIS3DH 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.

Documentation feedback | Developer Zone | Subscribe | Updated