1# Blue Clover PLT Demo V2 Configuration
2
3# Copyright (c) 2021 Blue Clover
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
7
8config I2C
9	default SENSOR
10
11endif # BOARD_BLUECLOVER_PLT_DEMO_V2_NRF52832
12