zephyr/boards/shields/arduino_uno_click/Kconfig.shield
Andriy Gelman 7ea8e2f507 shields: Add arduino uno click shield
The shield converts Arduino UNO R3 headers to two mikroBUS
sockets.
Two mickoBUS sockets are exposed via the overlay labelled
mikrobus_header_1 and mikrobus_header_2. mikrobus_header_1
is used as the default and assigned the node label mikrobus_header.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2023-07-07 10:50:46 +02:00

6 lines
152 B
Plaintext

# Copyright (c) 2023 Andriy Gelman
# SPDX-License-Identifier: Apache-2.0
config ARDUINO_UNO_CLICK
def_bool $(shields_list_contains,arduino_uno_click)