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: VL53L0X
Fork of BSP_B-L475E-IOT01 by
Functions | |
| uint32_t | BSP_HSENSOR_Init (void) |
| Initializes peripherals used by the I2C Humidity Sensor driver. | |
| uint8_t | BSP_HSENSOR_ReadID (void) |
| Read ID of HTS221. | |
| float | BSP_HSENSOR_ReadHumidity (void) |
| Read Humidity register of HTS221. | |
Function Documentation
| uint32_t BSP_HSENSOR_Init | ( | void | ) |
Initializes peripherals used by the I2C Humidity Sensor driver.
- Return values:
-
HSENSOR status
Definition at line 77 of file stm32l475e_iot01_hsensor.c.
| float BSP_HSENSOR_ReadHumidity | ( | void | ) |
Read Humidity register of HTS221.
- Return values:
-
HTS221 measured humidity value.
Definition at line 109 of file stm32l475e_iot01_hsensor.c.
| uint8_t BSP_HSENSOR_ReadID | ( | void | ) |
Read ID of HTS221.
- Return values:
-
HTS221 ID value.
Definition at line 100 of file stm32l475e_iot01_hsensor.c.
Generated on Tue Jul 12 2022 15:06:32 by
1.7.2
