mirror of
https://github.com/pinout-xyz/Pinout.xyz.git
synced 2024-11-08 17:47:04 +00:00
81 lines
2.4 KiB
HTML
81 lines
2.4 KiB
HTML
<div id="leftcolumn">
|
|
<nav id="gpio">
|
|
<div id="pinbase"></div>
|
|
{{nav}}
|
|
</nav>
|
|
<div id="legend">
|
|
<div>
|
|
<h2>Legend</h2>
|
|
<p>Orientate your Pi with the GPIO on the right and the HDMI port(s) on the left.</p>
|
|
<ul>
|
|
<li class="gpio">
|
|
<a href="/pinout/wiringpi" title="GPIO (General Purpose IO)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> GPIO <small>(General Purpose IO)</small>
|
|
</a>
|
|
</li>
|
|
<li class="spi">
|
|
<a href="/pinout/spi" title="SPI (Serial Peripheral Interface)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> SPI <small>(Serial Peripheral Interface)</small>
|
|
</a>
|
|
</li>
|
|
<li class="i2c">
|
|
<a href="/pinout/i2c" title="I2C (Inter-integrated Circuit)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> I<sup>2</sup>C <small>(Inter-integrated Circuit)</small>
|
|
</a>
|
|
</li>
|
|
<li class="uart">
|
|
<a href="/pinout/uart" title="UART (Universal Asynchronous Receiver/Transmitter)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> UART <small>(Universal Asynchronous Receiver/Transmitter)</small>
|
|
</a>
|
|
</li>
|
|
<li class="pcm">
|
|
<a href="/pinout/pcm" title="PCM (Pulse Code Modulation)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> PCM <small>(Pulse Code Modulation)</small>
|
|
</a>
|
|
</li>
|
|
<li class="gnd">
|
|
<a href="/pinout/ground" title="Ground">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> Ground
|
|
</a>
|
|
</li>
|
|
<li class="pow5v">
|
|
<a href="/pinout/5v_power" title="5v (Power)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> 5v <small>(Power)</small>
|
|
</a>
|
|
</li>
|
|
<li class="pow3v3">
|
|
<a href="/pinout/3v3_power" title="3.3v (Power)">
|
|
<span class="default"></span>
|
|
<span class="pin"></span> 3.3v <small>(Power)</small>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<img src="{{resource_url}}pi-orientation.png" width="196" height="297" />
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<div id="interfaces">
|
|
<ul>
|
|
{{interfaces}}
|
|
</ul>
|
|
</div>
|
|
{{crumbtrail}}
|
|
<div id="featured">
|
|
<ul>
|
|
{{featured_boards}}
|
|
</ul>
|
|
</div>
|
|
{{content}}
|
|
<div id="lang">
|
|
{{lang_links}}
|
|
</div>
|
|
</div>
|