mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-25 06:49:04 +00:00
Update board_microbit-v2.go
This commit is contained in:
@@ -99,6 +99,14 @@ const (
|
|||||||
LED_ROW_5 Pin = P0_19
|
LED_ROW_5 Pin = P0_19
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Peripherals
|
||||||
|
const (
|
||||||
|
BUZZER = P27
|
||||||
|
CAP_TOUCH = P26
|
||||||
|
MIC = P29
|
||||||
|
MIC_LED = P28
|
||||||
|
)
|
||||||
|
|
||||||
// USB CDC identifiers
|
// USB CDC identifiers
|
||||||
const (
|
const (
|
||||||
usb_STRING_PRODUCT = "BBC micro:bit V2"
|
usb_STRING_PRODUCT = "BBC micro:bit V2"
|
||||||
|
|||||||
Reference in New Issue
Block a user