Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-ble-Thermometer DISCO_L475VG_IOT01-Telegram-BOT DISCO_L475VG_IOT01-sche_cheveux DISCO_L475VG_IOT01-QSPI_FLASH_FILE_SYSTEM ... more
Functions | |
| uint8_t | BSP_GYRO_Init (void) |
| Initialize Gyroscope. | |
| void | BSP_GYRO_DeInit (void) |
| DeInitialize Gyroscope. | |
| void | BSP_GYRO_LowPower (uint16_t status) |
| Set/Unset Gyroscope in low power mode. | |
| void | BSP_GYRO_GetXYZ (float *pfData) |
| Get XYZ angular acceleration from the Gyroscope. | |
Function Documentation
| void BSP_GYRO_DeInit | ( | void | ) |
DeInitialize Gyroscope.
Definition at line 95 of file stm32l475e_iot01_gyro.c.
| void BSP_GYRO_GetXYZ | ( | float * | pfData ) |
Get XYZ angular acceleration from the Gyroscope.
- Parameters:
-
pfData,: pointer on floating array
Definition at line 128 of file stm32l475e_iot01_gyro.c.
| uint8_t BSP_GYRO_Init | ( | void | ) |
Initialize Gyroscope.
- Return values:
-
GYRO_OK or GYRO_ERROR
Definition at line 52 of file stm32l475e_iot01_gyro.c.
| void BSP_GYRO_LowPower | ( | uint16_t | status ) |
Set/Unset Gyroscope in low power mode.
- Parameters:
-
status 0 means disable Low Power Mode, otherwise Low Power Mode is enabled
Definition at line 112 of file stm32l475e_iot01_gyro.c.
Generated on Tue Jul 12 2022 13:55:42 by
1.7.2