Skip to content

Commit 9c8d45a

Browse files
committed
GPS.md: Clarify platform options.
1 parent a6342ef commit 9c8d45a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

v3/docs/GPS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ or 5V. If running the Pyboard from USB, GPS Vin may be wired to Pyboard V+. If
130130
the Pyboard is run from a voltage >5V the Pyboard 3V3 pin should be used.
131131
Testing on Pico and Pico W used the 3.3V output to power the GPS module.
132132

133-
| GPS | Pyboard | RP2 | Optional |
134-
|:----|:-----------|:----|:--------:|
135-
| Vin | V+ or 3V3 | 3V3 | |
136-
| Gnd | Gnd | Gnd | |
137-
| PPS | X3 | 2 | Y |
138-
| Tx | X2 (U4 rx) | 1 | |
139-
| Rx | X1 (U4 tx) | 0 | Y |
133+
| GPS | Pyboard | RP2 | Optional | Use case |
134+
|:----|:-----------|:----|:--------:|:--------------------------------|
135+
| Vin | V+ or 3V3 | 3V3 | | |
136+
| Gnd | Gnd | Gnd | | |
137+
| PPS | X3 | 2 | Y | Precision timing applications. |
138+
| Tx | X2 (U4 rx) | 1 | | |
139+
| Rx | X1 (U4 tx) | 0 | Y | Changing GPS module parameters. |
140140

141141
Pyboard connections are based on UART 4 as used in the test programs; any UART
142142
may be used. RP2 connections assume UART 0.

0 commit comments

Comments
 (0)