zephyr/samples/drivers/adc/adc_sequence/Kconfig

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"