9023dd4633
The Semtech SX1272MB2DAS shield is populated with a SX1272 LoRa transceiver. The base board must provide Arduino header pins definitions. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# Copyright (c) 2020 Lemonbeat GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_SEMTECH_SX1272MB2DAS
|
|
def_bool $(shields_list_contains,semtech_sx1272mb2das)
|