Skip to content

Commit

Permalink
ODROID-N2/C4: Add uart pins
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Jeong <steve@how2flow.net>
  • Loading branch information
how2flow committed Jan 5, 2024
1 parent 15b9819 commit 8395017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adafruit_blinka/board/hardkernel/odroidc4.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@

""" PWM """
PWM = D15

""" UART """
UART0_TX = D8
UART0_RX = D10
4 changes: 4 additions & 0 deletions src/adafruit_blinka/board/hardkernel/odroidn2.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@

""" PWM """
PWM = D15

""" UART """
UART0_TX = D8
UART0_RX = D10

0 comments on commit 8395017

Please sign in to comment.