tinygo/src/machine/board_reelboard_baremetal.go
Scott Yoder 630c498efa
nrf52840: implement USB-CDC (#883)
* machine/nrf52840: usb-cdc implementation
2020-02-17 15:14:24 +01:00

8 строки
99 Б
Go

// +build nrf52840,reelboard
package machine
// UART0 is the NRF UART
var (
UART0 = NRF_UART0
)