mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 10:51:57 +00:00
Demonstating usage of STM32 temperature sensor. Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
10 lines
233 B
YAML
10 lines
233 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
|