aggiuna la lettura laser

Dependencies:   VL53L0X

Fork of BSP_B-L475E-IOT01 by ST

Embed: (wiki syntax)

« Back to documentation index

ACCELERO Private Functions

ACCELERO Private Functions
[ACCELERO]

Functions

ACCELERO_StatusTypeDef BSP_ACCELERO_Init (void)
 Initialize the ACCELERO.
void BSP_ACCELERO_DeInit (void)
 DeInitialize the ACCELERO.
void BSP_ACCELERO_LowPower (uint16_t status)
 Set/Unset the ACCELERO in low power mode.
void BSP_ACCELERO_AccGetXYZ (int16_t *pDataXYZ)
 Get XYZ acceleration values.

Function Documentation

void BSP_ACCELERO_AccGetXYZ ( int16_t *  pDataXYZ )

Get XYZ acceleration values.

Parameters:
pDataXYZPointer on 3 angular accelerations table with pDataXYZ[0] = X axis, pDataXYZ[1] = Y axis, pDataXYZ[2] = Z axis
Return values:
None

Definition at line 151 of file stm32l475e_iot01_accelero.c.

void BSP_ACCELERO_DeInit ( void   )

DeInitialize the ACCELERO.

Return values:
None.

Definition at line 116 of file stm32l475e_iot01_accelero.c.

ACCELERO_StatusTypeDef BSP_ACCELERO_Init ( void   )

Initialize the ACCELERO.

Return values:
ACCELERO_OKor ACCELERO_ERROR

Definition at line 75 of file stm32l475e_iot01_accelero.c.

void BSP_ACCELERO_LowPower ( uint16_t  status )

Set/Unset the ACCELERO in low power mode.

Parameters:
status0 means disable Low Power Mode, otherwise Low Power Mode is enabled
Return values:
None

Definition at line 133 of file stm32l475e_iot01_accelero.c.