Update board_microbit-v2.go

This commit is contained in:
Alan Wang
2021-12-18 17:16:31 +08:00
committed by Ron Evans
parent c0ea21ece7
commit 58b44f9f17
+8
View File
@@ -99,6 +99,14 @@ const (
LED_ROW_5 Pin = P0_19
)
// Peripherals
const (
BUZZER = P27
CAP_TOUCH = P26
MIC = P29
MIC_LED = P28
)
// USB CDC identifiers
const (
usb_STRING_PRODUCT = "BBC micro:bit V2"