zephyr/samples/drivers/adc/adc_sequence/Kconfig
Paulo Santos 5243a76c31 samples: drivers: adc: add adc sequence sample
Add sequence usage sample for adc driver.

Signed-off-by: Paulo Santos <pauloroberto.santos@edge.ufal.br>
2024-04-24 09:53:18 +02:00

13 lines
307 B
Plaintext

# Copyright (c) 2024 Centro de Inovacao EDGE.
# SPDX-License-Identifier: Apache-2.0
config SEQUENCE_SAMPLES
int "Number of samples to be made on the sequence for each channel."
default 5
config SEQUENCE_RESOLUTION
int "Set the resolution of the sequence readings."
default 12
source "Kconfig.zephyr"