zephyr/samples/drivers/led/led_strip/Kconfig
Benjamin Cabé 55d9d1c6ba samples: led: consolidate LED samples under same directory
With over a dozen LED samples, grouping them in a common drivers/led/
folder helps keep things tidy and lays the groundwork for further
improvements in the way samples are showing up in the docs.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-05 09:49:52 +02:00

15 lines
279 B
Plaintext

# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menu "WS2812 Sample Configuration"
config SAMPLE_LED_UPDATE_DELAY
int "Delay between LED updates in ms"
default 50
help
Delay between LED updates in ms.
endmenu
source "Kconfig.zephyr"