Skip to content

Commit

Permalink
Merge pull request #20 from cfpwastaken/dev
Browse files Browse the repository at this point in the history
✨ Add test pads to advanced table
  • Loading branch information
Gadgetoid authored Aug 10, 2024
2 parents ee8b907 + 649f1e1 commit 1ffcf2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ <h1>Raspberry Pi Pico Pinout</h1>
<tr><td>GP25</td><td>User LED</td><td></td></tr>
<tr><td>GP29 / A3</td><td>VSYS Sense</td><td>Read VSYS/3 through resistor divider and FET Q1</td></tr>
<tr><td>A4</td><td>Temperature</td><td>Read onboard temperature sensor</td></tr>
<tr><td>TP1</td><td>Ground</td><td>close coupled ground for differential USB signals</td></tr>
<tr><td>TP2</td><td>USB DM</td><td>USB Data Negative pin</td></tr>
<tr><td>TP3</td><td>USB DP</td><td>USB Data Positive pin</td></tr>
<tr><td>TP4</td><td>GPIO23/SMPS PS Pin</td><td>marked do not use in datasheet</td></tr>
<tr><td>TP5</td><td>GPIO25/LED</td><td>not recommended to be used in datasheet<br>can only be used as an output with special care</td></tr>
<tr><td>TP6</td><td>BOOTSEL</td><td>short low at power-up to boot into BOOTSEL</td></tr>
</tbody>
</table>
</article>
Expand Down

0 comments on commit 1ffcf2b

Please sign in to comment.