pinout.vvzero.com/common/page.html

75 lines
2.3 KiB
HTML

<div id="leftcolumn">
<ul id="mode"><li class="selected">BCM</li><li>GPIO</li></ul>
<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 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 Asyncronous Receiver/Transmitter)">
<span class="default"></span>
<span class="pin"></span> UART <small>(Universal Asyncronous Receiver/Transmitter)</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" />
</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>