Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add test pads to advanced table #1

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
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
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ <h1>Raspberry Pi Pico Pinout</h1>
<tr><td>GP25</td><td>Wireless SPI Chip-Select</td><td></td></tr>
<tr><td>GP29 / A3</td><td>Wireless SPI Clock / 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>WL_GPIO1/SMPS PS Pin</td><td>marked do not use in datasheet</td></tr>
<tr><td>TP5</td><td>WL_GPIO0/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>
<tbody class="wl_gpio">
<tr><td>WL_GPIO0</td><td>User LED</td><td></td></tr>
Expand Down