This PR adds the different handling of temperature sensor for the STM32L5 soc. In this soc, there are some calibration settings which need to be applied for temperature conversion. Signed-off-by: Wouter Cappelle <wouter.cappelle@crodeon.com>
10 lines
247 B
YAML
10 lines
247 B
YAML
sample:
|
|
description: Usage of STM32 temperature sensor
|
|
name: stm32_temp_sensor
|
|
tests:
|
|
sample.sensor.stm32_temp_sensor:
|
|
depends_on: adc
|
|
tags: sensors
|
|
build_only: true
|
|
platform_allow: nucleo_f401re stm32f103_mini stm32l562e_dk
|