You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template.html
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,6 @@
23
23
<li><ahref="#">Pi 1</a></li>
24
24
</ul>
25
25
</nav>
26
-
<header>
27
-
<h1>Raspberry Pi 5 Pinout</h1>
28
-
<ul><lititle="Please donate to support continued work on these websites! Thank you.">Donate</li><li><ahref="https://ko-fi.com/gadgetoid" title="Buy me a coffee on Ko-Fi">Ko-Fi</a></li><li><ahref="https://github.com/sponsors/Gadgetoid" title="Sponsor me on GitHub">GitHub</a></li><li><ahref="https://www.patreon.com/gadgetoid" title="Sponsor me on Patreon">Patreon</a></li></ul>
<ul><lititle="Please donate to support continued work on these websites! Thank you.">Donate</li><li><ahref="https://ko-fi.com/gadgetoid" title="Buy me a coffee on Ko-Fi">Ko-Fi</a></li><li><ahref="https://github.com/sponsors/Gadgetoid" title="Sponsor me on GitHub">GitHub</a></li><li><ahref="https://www.patreon.com/gadgetoid" title="Sponsor me on Patreon">Patreon</a></li></ul>
50
+
</header>
48
51
<article>
49
52
<section>
50
53
<p>This GPIO Pinout is an interactive reference to the Raspberry Pi GPIO pins, and a guide to the Raspberry Pi's GPIO interfaces.</p>
51
-
<h4>Support Pinout.xyz</h4>
54
+
<h3>Support Pinout.xyz</h3>
52
55
<p>If you love Pinout, please help me fund new features and improvements via:</p>
53
56
<ul>
54
57
<li>GitHub at <ahref="https://github.com/sponsors/gadgetoid">GitHub.com/sponsors/gadgetoid</a></li>
55
58
<li>Patreon at <ahref="https://www.patreon.com/gadgetoid">Patreon.com/gadgetoid</a></li>
56
59
<li>Ko-Fi at <ahref="https://ko-fi.com/gadgetoid">Ko-fi.com/gadgetoid</a></li>
57
60
</ul>
58
61
<p>Every $1 makes all the difference! Thank you.</p>
59
-
<h4>What do these numbers mean?</h4>
62
+
<h3>What do these numbers mean?</h3>
60
63
<ul>
61
64
<li>GPIO - General Purpose Input/Output, aka "BCM" or "Broadcom". These are the big numbers, e.g. "GPIO 22". You'll use these with gpiod or GPIO Zero.</li>
62
65
<li>Physical - or "Board" correspond to the pin's physical location on the header. These are the small numbers next to the header, e.g. "Physical Pin 15".</li>
63
66
</ul>
64
-
<h4>What's the orientation of this pinout?</h4>
67
+
<h3>What's the orientation of this pinout?</h3>
65
68
<p>Pinout depicts pin 1 in the top left corner. Pin 1 is the only pin with a square solder pad, which may only be visible from the underside of your Pi. If you orient your Pi such that you are looking at the top with the GPIO on the right and HDMI port(s) on the left, your orientation will match Pinout.</p>
66
-
<h2>Graphical Pinout</h2>
69
+
<h3>Graphical Pinout</h3>
67
70
<p>We've whipped up a simple graphical Raspberry Pi GPIO Pinout. Feel free to print, embed, share or hotlink this image and don't forget to credit us!</p>
68
71
<p><imgalt="Graphical Raspberry Pi GPIO Pinout" src="https://raw.githubusercontent.com/pinout-xyz/Pinout.xyz/master/resources/raspberry-pi-pinout.png" /></p>
0 commit comments