Adding support for the Waveshare pico ups-b shield with documentation Signed-off-by: Joseph Yates <joeyatessecond@gmail.com>
5 lines
164 B
Text
5 lines
164 B
Text
# Copyright (c) 2023 Joseph Yates
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_WAVESHARE_PICO_UPS_B
|
|
def_bool $(shields_list_contains,waveshare_pico_ups_b)
|