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