aggiuna la lettura laser
Dependencies: VL53L0X
Fork of BSP_B-L475E-IOT01 by
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:
-
pDataXYZ Pointer 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_OK or 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:
-
status 0 means disable Low Power Mode, otherwise Low Power Mode is enabled
- Return values:
-
None
Definition at line 133 of file stm32l475e_iot01_accelero.c.
Generated on Tue Jul 12 2022 15:06:32 by
1.7.2
