Skip to content

Commit

Permalink
change GP4 and 5 to GP0 and 1, and UART1 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jancumps committed Feb 22, 2023
1 parent 3bd5869 commit 911333f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
.vscode/
6 changes: 3 additions & 3 deletions src/picoprobe_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
#define PROBE_PIN_RESET 6

// UART config
#define PICOPROBE_UART_TX 4
#define PICOPROBE_UART_RX 5
#define PICOPROBE_UART_INTERFACE uart1
#define PICOPROBE_UART_TX 0
#define PICOPROBE_UART_RX 1
#define PICOPROBE_UART_INTERFACE uart0
#define PICOPROBE_UART_BAUDRATE 115200

// LED config
Expand Down

0 comments on commit 911333f

Please sign in to comment.