Skip to content

Commit

Permalink
Pico2: Fix some text and URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 9, 2024
1 parent e0bf046 commit 99abea0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="register_serviceworker.js" type="text/javascript"></script>
<link rel="manifest" href="manifest.json">
<title>Raspberry Pi Pico GPIO Pinout</title>
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the Raspberry Pi Pico" />
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the Raspberry Pi Pico 2" />
<link rel="stylesheet" href="pinout.css?v=20230610" type="text/css" media="screen" />
</head>
<body>
Expand Down Expand Up @@ -64,7 +64,7 @@ <h1>Raspberry Pi Pico 2 Pinout</h1>
<div class="pico underside"><img width="207" height="523" alt="Raspberry Pi Pico with the micro USB port facing downwards, standing bottom-up on its GPIO pins." src="raspberry-pi-pico-2-underside.svg" /></div>
<table aria-label="Righthand pins" class="labels right" aria-rowcount="20" aria-colcount="5" cellpadding="0" cellspacing="5">
<thead>
<th scope="col">Pin</th><th scope="col">Name/ADC</th><th scope="col">SPI</th><th scope="col">I2C</th><th scope="col">UART</th><th scope="col">PWM</th>
<th scope="col">Pin</th><th scope="col">Name/ADC</th><th scope="col">SPI</th><th scope="col">I2C</th><th scope="col">UART</th><th scope="col" >PWM</th>
</thead>
<tbody>
<tr aria-label="First pin." ><th>40</th><td class="power" title="Power: USB input voltage">VBUS</td></tr>
Expand Down Expand Up @@ -111,12 +111,12 @@ <h1>Raspberry Pi Pico 2 Pinout</h1>
</article>
<footer>
<p><a title="Raspberry Pi Pico Pinout" href="https://pico.pinout.xyz/">Pico Pinout</a>
| <a title="Raspberry Pi Pico Datasheet (PDF)" href="https://datasheets.raspberrypi.com/pico/pico-2-datasheet.pdf">Pico 2 Datasheet</a>
| <a title="Raspberry Pi Pico 2 Datasheet (PDF)" href="https://datasheets.raspberrypi.com/pico/pico-2-datasheet.pdf">Pico 2 Datasheet</a>
| <a title="Raspberry Pi RP2350 Datasheet (PDF) for in-depth information about the Pico W's RP2350 chip, peripherals and PIO." href="https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf">RP2350 Datasheet</a>
| <a title="Getting Started With Raspberry Pi Pico (PDF)" href="https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf">Getting Started Guide</a>
| <a title="Unofficial Pico Discord server" href="https://discord.gg/YxmkAyM77r">Discord</a></p>
<p>This interactive, accessible &amp; beautiful GPIO pinout and pin function guide for the Raspberry Pi Pico is maintained by <a href="https://fosstodon.org/@gadgetoid" title="@gadgetoid at Mastodon">@Gadgetoid</a>.</p>
<p>Want to help out? <a href="https://github.com/pinout-xyz/pico.pinout.xyz" title="Send a pull-request on GitHub.">Send a PR</a>, or toss me some coin via <a href="https://ko-fi.com/gadgetoid" title="Buy me a coffee on Ko-Fi">Ko-Fi</a>, <a href="https://github.com/sponsors/Gadgetoid" title="Sponsor me on GitHub">GitHub</a> or <a href="https://www.patreon.com/gadgetoid" title="Sponsor me on Patreon">Patreon</a>.</p>
<p>This interactive, accessible &amp; beautiful GPIO pinout and pin function guide for the Raspberry Pi Pico 2 is maintained by <a href="https://fosstodon.org/@gadgetoid" title="@gadgetoid at Mastodon">@Gadgetoid</a>.</p>
<p>Want to help out? <a href="https://github.com/pinout-xyz/pico2.pinout.xyz" title="Send a pull-request on GitHub.">Send a PR</a>, or toss me some coin via <a href="https://ko-fi.com/gadgetoid" title="Buy me a coffee on Ko-Fi">Ko-Fi</a>, <a href="https://github.com/sponsors/Gadgetoid" title="Sponsor me on GitHub">GitHub</a> or <a href="https://www.patreon.com/gadgetoid" title="Sponsor me on Patreon">Patreon</a>.</p>
</footer>
<script src="pinout.js" type="text/javascript"></script>
</body>
Expand Down

0 comments on commit 99abea0

Please sign in to comment.