mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
630c498efa
* machine/nrf52840: usb-cdc implementation
9 lines
99 B
Go
9 lines
99 B
Go
// +build nrf52840,reelboard
|
|
|
|
package machine
|
|
|
|
// UART0 is the NRF UART
|
|
var (
|
|
UART0 = NRF_UART0
|
|
)
|