mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 21:25:21 +00:00
Updated shield sample to drive LED Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_LOG=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_LED=y
|