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