export UART0 and pins

This commit is contained in:
Micah Cowell
2026-02-17 10:46:57 -08:00
committed by Ron Evans
parent 5c37d1ba61
commit fd1d10c9b7
+9
View File
@@ -43,6 +43,15 @@ const (
USBCDC_DP_PIN = PA25
)
// UART0 pins
const (
UART0_TX_PIN = D1
UART0_RX_PIN = D0
)
// UART0 on the Feather M0.
var UART0 = &sercomUSART0
// UART1 pins
const (
UART_TX_PIN = D10