82b1df21cf
M5Stack-Core2 comes with a base shield that is connected to the M5Stack extention connector. It features a MPU6886 6-axis motion tracker and a SPM1423 microphone. Signed-off-by: Martin Kiepfer <m.kiepfer@teleschirm.org>
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_M5STACK_CORE2_EXT
|
|
def_bool $(shields_list_contains,m5stack_core2_ext)
|