mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
Update board_microbit-v2.go
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user