Contains the BSP driver for the B-L475E-IOT01 board.

Dependents:   mbed-os-example-ble-Thermometer DISCO_L475VG_IOT01-Telegram-BOT DISCO_L475VG_IOT01-sche_cheveux DISCO_L475VG_IOT01-QSPI_FLASH_FILE_SYSTEM ... more

Embed: (wiki syntax)

« Back to documentation index

stm32l475e_iot01_hsensor.c File Reference

stm32l475e_iot01_hsensor.c File Reference

This file provides a set of functions needed to manage the humidity sensor. More...

Go to the source code of this file.

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.

Detailed Description

This file provides a set of functions needed to manage the humidity sensor.

Author:
MCD Application Team
Attention:

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32l475e_iot01_hsensor.c.