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.
Dependencies: mbed HC_SR04_Ultrasonic_Library
X_NUCLEO_IKS01A1_PRESSURE_Exported_Functions
[X_NUCLEO_IKS01A1_PRESSURE]
  | Functions | |
| PRESSURE_StatusTypeDef | BSP_PRESSURE_Init (void) | 
| Initialization pressure sensor. | |
| void | BSP_PRESSURE_Reset (void) | 
| Reboot memory content of LPS25H Pressure sensor. | |
| uint8_t | BSP_PRESSURE_ReadID (void) | 
| Read ID of Uv component. | |
| PRESSURE_StatusTypeDef | BSP_PRESSURE_CheckID (void) | 
| Check ID of LPS25H Pressure sensor. | |
| void | BSP_PRESSURE_GetPressure (float *pfData) | 
| Get Pressure. | |
| void | BSP_PRESSURE_GetTemperature (float *pfData) | 
| Get Temperature. | |
Function Documentation
| PRESSURE_StatusTypeDef BSP_PRESSURE_CheckID | ( | void | ) | 
Check ID of LPS25H Pressure sensor.
- Parameters:
- 
  None 
- Return values:
- 
  Test status 
Definition at line 163 of file x_nucleo_iks01a1_pressure.c.
| void BSP_PRESSURE_GetPressure | ( | float * | pfData ) | 
Get Pressure.
- Parameters:
- 
  pfData,: pointer on floating data 
- Return values:
- 
  None 
Definition at line 191 of file x_nucleo_iks01a1_pressure.c.
| void BSP_PRESSURE_GetTemperature | ( | float * | pfData ) | 
Get Temperature.
- Parameters:
- 
  pfData,: pointer on floating data 
- Return values:
- 
  None 
Definition at line 204 of file x_nucleo_iks01a1_pressure.c.
| PRESSURE_StatusTypeDef BSP_PRESSURE_Init | ( | void | ) | 
Initialization pressure sensor.
- Parameters:
- 
  None 
- Return values:
- 
  PRESSURE_OK if no problem during initialization 
Definition at line 106 of file x_nucleo_iks01a1_pressure.c.
| uint8_t BSP_PRESSURE_ReadID | ( | void | ) | 
Read ID of Uv component.
- Parameters:
- 
  None 
- Return values:
- 
  ID 
Definition at line 146 of file x_nucleo_iks01a1_pressure.c.
| void BSP_PRESSURE_Reset | ( | void | ) | 
Reboot memory content of LPS25H Pressure sensor.
- Parameters:
- 
  None 
- Return values:
- 
  None 
Definition at line 177 of file x_nucleo_iks01a1_pressure.c.
Generated on Tue Jul 12 2022 19:50:48 by
 1.7.2
 1.7.2