aggiuna la lettura laser

Dependencies:   VL53L0X

Fork of BSP_B-L475E-IOT01 by ST

Embed: (wiki syntax)

« Back to documentation index

TEMPERATURE Private Functions

TEMPERATURE Private Functions
[TEMPERATURE]

Functions

uint32_t BSP_TSENSOR_Init (void)
 Initializes peripherals used by the I2C Temperature Sensor driver.
float BSP_TSENSOR_ReadTemp (void)
 Read Temperature register of TS751.

Function Documentation

uint32_t BSP_TSENSOR_Init ( void   )

Initializes peripherals used by the I2C Temperature Sensor driver.

Return values:
TSENSORstatus

Definition at line 77 of file stm32l475e_iot01_tsensor.c.

float BSP_TSENSOR_ReadTemp ( void   )

Read Temperature register of TS751.

Return values:
STTS751measured temperature value.

Definition at line 102 of file stm32l475e_iot01_tsensor.c.