mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 20:39:06 +00:00
nrf52840: implement USB-CDC (#883)
* machine/nrf52840: usb-cdc implementation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// +build nrf52840,pca10056
|
||||
|
||||
package machine
|
||||
|
||||
// UART0 is the NRF UART
|
||||
var (
|
||||
UART0 = NRF_UART0
|
||||
)
|
||||
Reference in New Issue
Block a user