-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
pimoroni-tiny-2040.html
75 lines (74 loc) · 7.22 KB
/
pimoroni-tiny-2040.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<meta name="apple-mobile-web-app-capable" content="yes"></meta>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"></meta>
<link rel="shortcut icon" href="pinout-logo.png" type="image/png">
<script src="register_serviceworker.js" type="text/javascript"></script>
<link rel="manifest" href="manifest.json">
<title>Pimoroni Tiny 2040 GPIO Pinout</title>
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the RP2040-based Pimoroni Tiny 2040" />
<link rel="stylesheet" href="pinout.css" type="text/css" media="screen" />
</head>
<body class="tiny2040">
<header>
<h1>Pimoroni Tiny 2040 Pinout</h1>
<p>Interactive, accessible & beautiful GPIO pinout and pin function guide for the Pimoroni Tiny 2040</p>
</header>
<nav class="nojs" id="nav">
<ul class="filter settings">
<li><input type="checkbox" name="advanced" id="advanced" /><label for="advanced">Advanced</label></li>
</ul>
<ul class="filter interfaces">
<li><label class="spi" for="spi"><input type="checkbox" checked name="spi" id="spi" />SPI</label></li>
<li><label class="i2c" for="i2c"><input type="checkbox" checked name="i2c" id="i2c" />I2C</label></li>
<li><label class="adc" for="adc"><input type="checkbox" checked name="adc" id="adc" />ADC</label></li>
<li class="advanced"><label class="pwm" for="pwm"><input type="checkbox" checked name="pwm" id="pwm" />PWM</label></li>
<li><label class="uart" for="uart"><input type="checkbox" checked name="uart" id="uart" />UART</label></li>
</ul>
<noscript>
<p>Want to show/hide interfaces and view a full pinout? Enable JavaScript!</p>
</noscript>
</nav>
<article class="pinout" id="pinout">
<table aria-label="Left-hand pins" class="labels left" aria-rowcount="8" aria-colcount="5" cellpadding="0" cellspacing="5">
<thead>
<th scope="col">Pin</th><th scope="col">Name</th><th scope="col">ADC</th><th scope="col">I2C</th><th scope="col">UART</th><th scope="col">PWM</th>
</thead>
<tbody>
<tr aria-label="First pin." ><th>1</th><td class="power">VBUS</td></tr>
<tr aria-label="Second pin." ><th>2</th><td class="ground">Ground</td></tr>
<tr aria-label="Third pin." ><th>3</th><td class="power">3V3</td></tr>
<tr aria-label="Forth pin." ><th>4</th><td class="gpio">GP29</td> <td class="adc" title="ADC: Channel 3">ADC3</td> <td class="i2c advanced">I2C0 SCL</td> <td class="uart advanced">UART0 RX</td> <td class="pwm advanced">PWM6 B</td></tr>
<tr aria-label="Fifth pin." ><th>5</th><td class="gpio">GP28</td> <td class="adc" title="ADC: Channel 2">ADC2</td> <td class="i2c advanced">I2C0 SDA</td> <td class="uart advanced">UART0 TX</td> <td class="pwm advanced">PWM6 A</td></tr>
<tr aria-label="Sixth pin." ><th>6</th><td class="gpio">GP27</td> <td class="adc" title="ADC: Channel 1">ADC1</td> <td class="i2c">I2C1 SCL</td> <td class="uart advanced">UART1 RTS</td> <td class="pwm advanced">PWM5 B</td></tr>
<tr aria-label="Seventh pin." ><th>7</th><td class="gpio">GP26</td> <td class="adc" title="ADC: Channel 0">ADC0</td> <td class="i2c">I2C1 SDA</td> <td class="uart advanced">UART1 CTS</td> <td class="pwm advanced">PWM5 A</td></tr>
<tr aria-label="Eighth pin." ><th>8</th><td class="ground">Ground</td></tr>
</tbody>
</table>
<div class="pico"><img width="174" alt="Pimoroni Tiny 2040 with the micro USB port facing upwards, standing face-up on its GPIO pins." src="pimoroni-tiny-2040.svg" /></div>
<table aria-label="Right-hand pins" class="labels right" aria-rowcount="8" aria-colcount="5" cellpadding="0" cellspacing="5">
<thead>
<th scope="col">Pin</th><th scope="col">Name</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>16</th><td class="gpio">GP0</td> <td class="spi">SPI0 RX</td> <td class="i2c">I2C0 SDA</td> <td class="uart">UART0 TX</td> <td class="pwm advanced">PWM0 A</td></tr>
<tr aria-label="Second pin." ><th>15</th><td class="gpio">GP1</td> <td class="spi">SPI0 CSn</td> <td class="i2c">I2C0 SCL</td> <td class="uart">UART0 RX</td> <td class="pwm advanced">PWM0 B</td></tr>
<tr aria-label="Third pin." ><th>14</th><td class="gpio">GP2</td> <td class="spi">SPI0 SCK</td> <td class="i2c">I2C1 SDA</td> <td class="uart advanced">UART0 CTS</td> <td class="pwm advanced">PWM1 A</td></tr>
<tr aria-label="Forth pin." ><th>13</th><td class="gpio">GP3</td> <td class="spi">SPI0 TX</td> <td class="i2c">I2C1 SCL</td> <td class="uart advanced">UART0 RTS</td> <td class="pwm advanced">PWM1 B</td></tr>
<tr aria-label="Fifth pin." ><th>12</th><td class="gpio">GP4</td> <td class="spi">SPI0 RX</td> <td class="i2c">I2C0 SDA</td> <td class="uart">UART1 TX</td> <td class="pwm advanced">PWM2 A</td></tr>
<tr aria-label="Sixth pin." ><th>11</th><td class="gpio">GP5</td> <td class="spi">SPI0 CSn</td> <td class="i2c">I2C0 SCL</td> <td class="uart">UART1 RX</td> <td class="pwm advanced">PWM2 B</td></tr>
<tr aria-label="Seventh pin." ><th>10</th><td class="gpio">GP6</td> <td class="spi">SPI0 SCK</td> <td class="i2c">I2C1 SDA</td> <td class="uart advanced">UART1 CTS</td> <td class="pwm advanced">PWM3 A</td></tr>
<tr aria-label="Eighth pin." ><th>9</th><td class="gpio">GP7</td> <td class="spi">SPI0 TX</td> <td class="i2c">I2C1 SCL</td> <td class="uart advanced">UART1 RTS</td> <td class="pwm advanced">PWM3 B</td></tr>
</tbody>
</table>
</article>
<footer>
<p>Pimoroni Tiny 2040 Pinout maintained by <a href="https://fosstodon.org/@gadgetoid">@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>
</footer>
<script src="pinout.js" type="text/javascript"></script>
</body>
</html>