Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! change footnote to *
  • Loading branch information
Jonas Köppeler committed Jul 2, 2025
commit 42f4bc4f1ffefd4791dd8f77f6cf8982e629854a
6 changes: 3 additions & 3 deletions hardware/schematic.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Below is the pinmap and allocation of the nRF52833, more information is availabl
| P0.03 | RING1 | N | P1 |
| P0.04 | RING2 | N | P2 |
| P0.05 | MIC_IN | N | |
| P0.06 | UART_INT_RX[^*] | PTA18 / P0.03 | |
| P1.08 | UART_INT_TX[^*] | PTA19 / P0.02 | |
| P0.06 | UART_INT_RX`*` | PTA18 / P0.03 | |
| P1.08 | UART_INT_TX`*` | PTA19 / P0.02 | |
| P0.08 | I2C_INT_SCL | PTC1 / P0.29 | |
| P0.10 | GPIO1 | N | P8 |
| P0.09 | GPIO2 | N | P9 |
Expand All @@ -75,7 +75,7 @@ Below is the pinmap and allocation of the nRF52833, more information is availabl
| P0.31 | COL3 | N | P3 |
| P0.30 | COL5 | N | P10 |

[^*]: These names follow the schematic's naming convention, labeled from the interface's perspective, not the target MCU's. So, UART_INT_TX corresponds to the MCU's RX pin, and UART_INT_RX to the MCU's TX pin.
`*`: These names follow the schematic's naming convention, labeled from the interface's perspective, not the target MCU's. So, UART_INT_TX corresponds to the MCU's RX pin, and UART_INT_RX to the MCU's TX pin.

## Key Features

Expand Down