2020-08-06 16:29:16 +08:00
|
|
|
# BT510 Sensor configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Laird Connectivity
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_BT510
|
|
|
|
|
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2022-07-22 00:36:19 +08:00
|
|
|
config I2C
|
|
|
|
default SENSOR
|
|
|
|
|
2020-08-06 16:29:16 +08:00
|
|
|
endif # BOARD_BT510
|