Skip to content

Commit

Permalink
m5stamp-c3: add pin setting of UART
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored and ardnew committed Jun 21, 2022
1 parent 6e56cc1 commit 46d87f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/machine/board_m5stamp_c3.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const (
SPIQ = IO17
U0RXD = IO20
U0TXD = IO21

UART_TX_PIN = U0TXD
UART_RX_PIN = U0RXD
)

const (
Expand Down

0 comments on commit 46d87f2

Please sign in to comment.