649cc167a8
The BBC micro:bit v2 is a mini-computer that has been designed to make the coding fun and easy to learn. The micro:bit v2 is completely programmable so you can easily bring your ideas to life! From making games to creating music and even controlling robots. The micro:bit comes with neat hardware such as a 25 LED display, buttons, in-built speakers, Bluetooth 5 & Mesh connectivity and sensors for temperature, motion & light. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
# nRF52 BBC_MICROBIT_V2 board configuration
|
|
|
|
# Copyright (c) 2020 Lingao Meng
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_BBC_MICROBIT_V2
|
|
|
|
config BOARD
|
|
default "bbc_microbit_v2"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_BBC_MICROBIT_V2
|