{"id":12922,"date":"2022-10-01T05:42:00","date_gmt":"2022-10-01T03:42:00","guid":{"rendered":"https:\/\/raspberrytips.com\/?p=12922"},"modified":"2025-08-11T20:55:45","modified_gmt":"2025-08-11T18:55:45","slug":"raspberry-pi-pico-pinout","status":"publish","type":"post","link":"https:\/\/raspberrytips.com\/raspberry-pi-pico-pinout\/","title":{"rendered":"The Raspberry Pi Pico Pinout: Diagram &#038; Coding Guide"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The Raspberry Pi Pico is a special model in many ways. It&#8217;s not a computer like other models and the GPIO pins are placed differently, with 20 pins on each side of the board. If you want to use the pins, you&#8217;ll need some guidance to know what each pin is associated to. To help you through this, I wrote this guide for you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Raspberry Pi Pico is a low-cost microcontroller device. It&#8217;s powered via USB, includes 40 GPIO pins (like other Raspberry Pi models), and can run MicroPython scripts. <\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But before building anything with it, you&#8217;ll need to know which pins you can use, and how to address them in your code. After reading this article, you&#8217;ll know everything you need to.<\/p>\n\n\n<style>.kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-table-of-content-wrap{padding-top:var(--global-kb-spacing-sm, 1.5rem);padding-right:var(--global-kb-spacing-sm, 1.5rem);padding-bottom:var(--global-kb-spacing-sm, 1.5rem);padding-left:var(--global-kb-spacing-sm, 1.5rem);background-color:var(--global-palette7, #EDF2F7);box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}.kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-table-of-contents-title-wrap{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-table-of-contents-title{font-weight:regular;font-style:normal;}.kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-table-of-content-wrap .kb-table-of-content-list{font-size:var(--global-kb-font-size-sm, 0.9rem);font-weight:regular;font-style:normal;margin-top:var(--global-kb-spacing-sm, 1.5rem);margin-right:0px;margin-bottom:0px;margin-left:0px;}.kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-basiccircle .kb-table-of-contents-icon-trigger:after, .kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-basiccircle .kb-table-of-contents-icon-trigger:before, .kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-arrowcircle .kb-table-of-contents-icon-trigger:after, .kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-arrowcircle .kb-table-of-contents-icon-trigger:before, .kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-xclosecircle .kb-table-of-contents-icon-trigger:after, .kb-table-of-content-nav.kb-table-of-content-id19563_c031ec-35 .kb-toggle-icon-style-xclosecircle .kb-table-of-contents-icon-trigger:before{background-color:var(--global-palette7, #EDF2F7);}<\/style>\n\n<p class='ml_begpost' id='ml_begpost_python'>If you\u2019re like me and sometimes mix up syntax between programming languages, I\u2019ve got just the thing for you. I\u2019ve put together <a rel='noopener' href='https:\/\/raspberrytips.com\/downloads\/?source=begpost&#038;lm=3' target='_blank'>a Python cheat sheet<\/a> with all the essential syntax in one place, so you can keep it handy and avoid any confusion. <a rel='noopener' href='https:\/\/raspberrytips.com\/downloads\/?source=begpost&#038;lm=3' target='_blank'><b>Download it here for free!<\/b><\/a><\/p>\n\n\n<h2 class=\"wp-block-heading\">Raspberry Pi Pico Pinout Diagram<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"251\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-size.png\" alt=\"\" class=\"wp-image-12924\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-size.png 800w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-size-300x94.png 300w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-size-768x241.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Introduction<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Raspberry Pi Pico currently exists in two main versions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/www.amazon.com\/dp\/B0DCKH85WR\/\">Raspberry Pi Pico<\/a><\/strong>: The original one.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.amazon.com\/dp\/B0DP514HWC\/\">Raspberry Pi Pico W<\/a><\/strong>: A similar version, with an added wireless module that allows you to connect it to a Wi-Fi network on boot.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Each model can be found with holes, as you an see in the picture below (the standard version), or with headers pins pre-soldered (Pico H or Pico WH). If you are used to the Raspberry Pi Zero names, it&#8217;s the same idea.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you need more details about this model in general, I have a <a href=\"https:\/\/raspberrytips.com\/what-is-raspberry-pi-pico\/\" data-type=\"post\" data-id=\"15510\">complete introduction to the Raspberry Pi Pico<\/a> on this website, fell free to read it before going further in this post.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The idea today is to focus on these GPIO pins. If you flip the Raspberry Pi Pico, the pins are mentioned on the back, but it&#8217;s not really clear or useful as you&#8217;ll use it the other way around:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"539\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-back-pinout.png\" alt=\"\" class=\"wp-image-12928\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-back-pinout.png 600w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-back-pinout-300x270.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">So, in the next section, I will give you the diagram you can use when programming it with Python (MicroPython in fact, but it&#8217;s really close). I will also explain how to use the pin numbers, as it&#8217;s not very intuitive if it&#8217;s your first time doing this.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Feel free to take notes or print the picture to use it later in your projects.<\/p>\n\n\n\n<p class=\"has-background wp-block-paragraph\" style=\"background-color:#fcb90094\"><strong>Note<\/strong>: The GPIO pinout diagram for other Raspberry Pi models is entirely different. So, if you are not interested in the Raspberry Pi, you should switch to this other post on RaspberryTips: <a href=\"https:\/\/raspberrytips.com\/raspberry-pi-gpio-pinout\/\" data-type=\"post\" data-id=\"13392\">The Raspberry Pi GPIO Pinout: Diagram &amp; Explanation<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Simplified Diagram<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s start with a simplified version of the Raspberry Pico pinout diagram. If you&#8217;ve already checked the official documentation, you may have found something very complicated, with 3 or 4 different indications for each port. I&#8217;ll give it to you later, but most of the time, the only thing you need is this:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout.png\" alt=\"\" class=\"wp-image-12923\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout.png 800w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-300x300.png 300w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-150x150.png 150w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-768x768.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The pin numbers are pretty logical. 20 pins on each side, starting at 1 on the upper left, counting up to 20 in the bottom left, and then continuing the other side from the bottom to the top of the board (21 in the bottom-right corner, 40 in the top-right corner).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The issue, is that <strong>you won&#8217;t use the red numbers in your scripts, but rather their names, mentioned on the side in my diagram<\/strong>. There are different types of GPIO pins:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>GPX<\/strong>: The green labels on my diagrams. The number mentioned is the ID you&#8217;ll use in your script. For example, you&#8217;ll address port 20 with the number 15 (because it&#8217;s GP15). I&#8217;ll give you an example later.<\/li>\n\n\n\n<li><strong>GROUND<\/strong>: You&#8217;ll need at least one in most circuits, you can find them at different spots on the board (4 on each side).<\/li>\n\n\n\n<li><strong>VBUS<\/strong>: Power output, corresponding to the micro-USB power voltage (5V).<\/li>\n\n\n\n<li><strong>VSYS<\/strong>: Another power output, varying from 1.8V to 5.5V.<\/li>\n\n\n\n<li><strong>3V3_EN<\/strong>: 3.3V power output, connected to the SPMS enable pin.<\/li>\n\n\n\n<li><strong>3V3(OUT)<\/strong>: Main 3.3V power supply.<\/li>\n\n\n\n<li><strong>RUN<\/strong>: A specific pin, that you can use to reset the RP2040.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If it&#8217;s your first time, don&#8217;t get lost in these details. For most circuits, all you&#8217;ll need is a Ground port, some GPX ports and maybe a power output port.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Just remember that not all ports are equal, and you can&#8217;t use them at random for your circuits.<br>Continue reading the second part of this article for more detail.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Full Diagram<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you are an advanced user, know that the Raspberry Pi can also be used via <a href=\"https:\/\/raspberrytips.com\/hidden-features-raspberry-pi\/\">SPI and I2C protocols<\/a>, so most pins have other ways to be addressed in your code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the <strong>complete Raspberry Pi Pico pinout diagram here:<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"609\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-official-1024x609.jpg\" alt=\"\" class=\"wp-image-12927\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-official-1024x609.jpg 1024w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-official-300x178.jpg 300w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-official-768x457.jpg 768w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-official.jpg 1081w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">There is also a specific port for the integrated LED and 3 debug pins that I didn&#8217;t include in my previous diagram. The <strong>LED can be addressed via the port 25 on the Pico and just &#8220;LED&#8221; on the Pico W.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more details, check the Raspberry Pi official documentation <a href=\"https:\/\/datasheets.raspberrypi.com\/pico\/pico-datasheet.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use the GPIO Pins of the Raspberry Pi Pico<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>When coding in MicroPython with a Raspberry Pi Pico, each GPIO pin has a specific number, that can be used in your scripts.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can use the previous diagram to address them. For example, in a simple circuit like this, with a LED and a resistor plugged to the last pin on the left of the board (pin 20, labelled GP15), I can use the port 15 to put the LED on or off.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"329\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-circuit.jpg\" alt=\"\" class=\"wp-image-12926\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-circuit.jpg 800w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-circuit-300x123.jpg 300w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/pico-circuit-768x316.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>In MicroPython, a simple code can look like this:<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"169\" src=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/python-gpio-code.jpg\" alt=\"\" class=\"wp-image-12925\" srcset=\"https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/python-gpio-code.jpg 703w, https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/python-gpio-code-300x72.jpg 300w\" sizes=\"auto, (max-width: 703px) 100vw, 703px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">If the wiring is correct, the LED should start to blink at the specified frequency. <br>Here is the code if you want to try it on your side:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">from machine import Pin, Timer<br>led = Pin(15, Pin.OUT)<br>timer = Timer()<br><br>def blink(timer):<br>   led.toggle()<br><br>timer.init(freq=1, mode=Timer.PERIODIC, callback=blink)<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can also try it with pin 25 to test this with the integrated LED (no wiring required in this case).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s a basic example, to get you started, but you&#8217;ll use the same concepts with any project.<strong> Each GPIO pin has a different number that you can address with the Pin() class in your code to control the I\/O pins.<\/strong><br>You can find more details in the <a href=\"https:\/\/docs.micropython.org\/en\/latest\/library\/machine.Pin.html\" target=\"_blank\" rel=\"noreferrer noopener\">MicroPython documentation<\/a> if needed.<br>We also have a <a href=\"https:\/\/raspberrytips.com\/getting-started-with-raspberry-pi-pico\/\" data-type=\"link\" data-id=\"https:\/\/raspberrytips.com\/getting-started-with-raspberry-pi-pico\/\">guide to getting started with Pico<\/a> you can check out.<br>And for more ideas, read our dedicated article on the <a href=\"https:\/\/raspberrytips.com\/raspberry-pi-pico-projects\/\" data-type=\"link\" data-id=\"https:\/\/raspberrytips.com\/raspberry-pi-pico-projects\/\">best Raspberry Pi Pico projects<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to go further, SunFounder has the perfect kit for the Raspberry Pi, including all the components you might need (sensors, wires, display, etc.). You can <a rel=\"noreferrer noopener\" href=\"https:\/\/www.amazon.com\/dp\/B0BDFVL6FX\/\" target=\"_blank\">find it here on Amazon<\/a>, or directly <a rel=\"noreferrer noopener\" href=\"https:\/\/www.sunfounder.com\/products\/sunfounder-raspberry-pi-pico-w-ultimate-starter-kit?ref=raspberrytips\" target=\"_blank\">on their website<\/a>. It&#8217;s more than 100 projects you can do with it, all documented, in Python, C++ or Piper Make. Don&#8217;t miss out!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Is there a difference between the Raspberry Pi Pico and Pico W?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Raspberry Pi Pico W includes a wireless interface, wired internally to pins 23, 24, 25, and 29. So, these pins are not available on the W edition. The main change is that the integrated LED can&#8217;t be addressed via the pin &#8220;25&#8221;, the name &#8220;LED&#8221; should be used instead.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Something like:<br><code>led = Pin(\"LED\", Pin.OUT)<\/code><br>Instead of:<br><code>led = Pin(25, Pin.OUT)<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ports 23, 24 and 29 were already missing on the first Raspberry Pi Pico, so aside from that, it&#8217;s the same pinout diagram. Your code should be compatible with both versions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is the difference between the Raspberry Pi Pico and Zero?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The main difference between the Raspberry Pi Pico and Zero is that the Pico is a controller while the Zero is a computer, like the other models in the Raspberry Pi family. The Pico is great to run a specific task in an electronic circuit, but it can&#8217;t run a full operating system like the Zero can.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can read more in <a href=\"https:\/\/raspberrytips.com\/raspberry-pi-pico-vs-zero\/\" data-type=\"post\" data-id=\"16070\">my comparison between the Pico and Zero models<\/a> in this article.<\/p>\n\n\n<section id=\"end-block-pi\">\r\n<div class=\"rt-community-card \">\r\n\t<div class=\"rt-community-card__inner\">\r\n\r\n\t\t<div class=\"rt-community-card__main\">\r\n\t\t\t<h3 class=\"rt-community-card__headline\">\r\n\t\t\t\tNot getting the same result?\t\t\t<\/h3>\r\n\r\n\t\t\t<p class=\"rt-community-card__description\">\r\n\t\t\t\tEven when you follow every step, small differences in OS version, hardware or config can change the outcome. Instead of wasting time guessing, get help from people who have already fixed the same kind of issue.\t\t\t<\/p>\r\n\r\n\t\t\t<div class=\"rt-community-card__actions\">\r\n\t\t\t\t<a class=\"rt-community-card__button\" href=\"https:\/\/raspberrytips.com\/school\/community\/?coupon=EBCTY\">\r\n\t\t\t\t\t<span>Ask your question now<\/span>\r\n\t\t\t\t\t<span class=\"rt-community-card__button-arrow\">\u2192<\/span>\r\n\t\t\t\t<\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t<div class=\"rt-community-card__small\">\r\n\t\t\t\t\t\t<span class=\"rt-community-card__small-lock\">\ud83d\udd12<\/span>\r\n\t\t\t\t\t\tNo risk. Cancel anytime.\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t<div class=\"rt-community-card__side\">\r\n\t\t\t\t<ul class=\"rt-community-card__benefits\">\r\n\t\t\t\t\t\t\t\t\t\t\t<li>Get help on your exact issue<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t<li>Access step-by-step videos for tricky setups<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t<li>Browse the website without ads<\/li>\r\n\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t<\/div>\r\n\t\t\r\n\t<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<style>\r\n.rt-community-card {\r\n\t--rt-bg: #f7f7f9;\r\n\t--rt-border: #e4e4e8;\r\n\t--rt-text: #15171b;\r\n\t--rt-muted: #5b6270;\r\n\t--rt-accent: #C61E4A;\r\n\t--rt-accent-hover: #aa183f;\r\n\t--rt-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);\r\n\r\n\tmargin: 36px 0;\r\n\tcolor: var(--rt-text);\r\n\tfont-family: inherit;\r\n}\r\n\r\n.rt-community-card__inner {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.95fr);\r\n\tgap: 34px;\r\n\talign-items: start;\r\n\tbackground: var(--rt-bg);\r\n\tborder: 1px solid var(--rt-border);\r\n\tborder-radius: 22px;\r\n\tpadding: 34px 36px;\r\n\tbox-shadow: var(--rt-shadow);\r\n}\r\n\r\n.rt-community-card__main {\r\n\tmin-width: 0;\r\n}\r\n\r\n.rt-community-card__side {\r\n\tborder-left: 1px solid #e1e1e6;\r\n\tpadding-left: 28px;\r\n}\r\n\r\n.rt-community-card__benefits {\r\n\tmargin: 6px 0 0;\r\n\tpadding: 0;\r\n\tlist-style: none;\r\n\tdisplay: grid;\r\n\tgap: 18px;\r\n}\r\n\r\n.rt-community-card__benefits li {\r\n\tposition: relative;\r\n\tpadding-left: 18px;\r\n\tfont-size: 18px;\r\n\tline-height: 1.55;\r\n\tcolor: var(--rt-text);\r\n}\r\n\r\n.rt-community-card__benefits li::before {\r\n\tcontent: \"\";\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 0.72em;\r\n\twidth: 7px;\r\n\theight: 7px;\r\n\tborder-radius: 999px;\r\n\tbackground: var(--rt-accent);\r\n\ttransform: translateY(-50%);\r\n}\r\n\r\n.rt-community-card__actions {\r\n\tdisplay: flex;\r\n\tflex-direction: column;\r\n\talign-items: flex-start;\r\n\tgap: 10px;\r\n\tmargin-top: 30px;\r\n}\r\n\r\n.rt-community-card__button {\r\n\tdisplay: inline-flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\tgap: 10px;\r\n\tmin-height: 60px;\r\n\tpadding: 0 28px;\r\n\tborder-radius: 14px;\r\n\tbackground: var(--rt-accent);\r\n\tcolor: #fff !important;\r\n\ttext-decoration: none !important;\r\n\tfont-size: 21px;\r\n\tfont-weight: 700;\r\n\tline-height: 1;\r\n\tbox-shadow: 0 12px 22px rgba(198, 30, 74, 0.22);\r\n\ttransition: background .2s ease, transform .2s ease, box-shadow .2s ease;\r\n}\r\n\r\n.rt-community-card__button:hover {\r\n\tbackground: var(--rt-accent-hover);\r\n\tcolor: #fff !important;\r\n\ttransform: translateY(-1px);\r\n\tbox-shadow: 0 14px 26px rgba(198, 30, 74, 0.28);\r\n}\r\n\r\n.rt-community-card__button-arrow {\r\n\tfont-size: 20px;\r\n\tline-height: 1;\r\n}\r\n\r\n.rt-community-card__small {\r\n\tfont-size: 15px;\r\n\tline-height: 1.5;\r\n\tcolor: #6a717d;\r\n\tpadding-left: 2px;\r\n}\r\n\r\n.rt-community-card__small-lock {\r\n\tmargin-right: 6px;\r\n\tfont-size: 14px;\r\n\tvertical-align: baseline;\r\n}\r\n\r\n\/* Tablet *\/\r\n@media (max-width: 900px) {\r\n\t.rt-community-card {\r\n\t\tmargin: 28px 0;\r\n\t}\r\n\r\n\t.rt-community-card__inner {\r\n\t\tgrid-template-columns: 1fr;\r\n\t\tgap: 24px;\r\n\t\tpadding: 28px 24px;\r\n\t}\r\n\r\n\t.rt-community-card__side {\r\n\t\tborder-left: 0;\r\n\t\tborder-top: 1px solid #e1e1e6;\r\n\t\tpadding-left: 0;\r\n\t\tpadding-top: 22px;\r\n\t}\r\n\r\n\t.rt-community-card__benefits {\r\n\t\tgrid-template-columns: 1fr;\r\n\t\tgap: 12px;\r\n\t}\r\n}\r\n\r\n\/* Mobile *\/\r\n@media (max-width: 640px) {\r\n\t.rt-community-card__inner {\r\n\t\tpadding: 22px 18px;\r\n\t\tborder-radius: 18px;\r\n\t\tgap: 20px;\r\n\t}\r\n\t\r\n\t.rt-community-card__side {\r\n\t\tpadding-top: 18px;\r\n\t}\r\n\r\n\t.rt-community-card__benefits li {\r\n\t\tfont-size: 16px;\r\n\t}\r\n\r\n\t.rt-community-card__actions {\r\n\t\tmargin-top: 24px;\r\n\t\talign-items: stretch;\r\n\t}\r\n\r\n\t.rt-community-card__button {\r\n\t\twidth: 100%;\r\n\t\tmin-height: 56px;\r\n\t\tfont-size: 18px;\r\n\t\tpadding: 0 20px;\r\n\t}\r\n\r\n\t.rt-community-card__small {\r\n\t\ttext-align: center;\r\n\t\tpadding-left: 0;\r\n\t}\r\n}\r\n<\/style>\r\n\t\r\n","protected":false},"excerpt":{"rendered":"<p>The Raspberry Pi Pico is a special model in many ways. It&#8217;s not a computer like other models and the GPIO pins are placed differently, with 20 pins on each side of the board. If you want to use the pins, you&#8217;ll need some guidance to know what each pin is associated to. To help&#8230;<\/p>\n","protected":false},"author":1,"featured_media":12935,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[25],"tags":[],"class_list":["post-12922","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programming"],"taxonomy_info":{"category":[{"value":25,"label":"Programming"}]},"featured_image_src_large":["https:\/\/raspberrytips.com\/wp-content\/uploads\/2022\/09\/raspberry-pi-pico-pinout-1024x683.jpg",1024,683,true],"author_info":{"display_name":"Patrick Fromaget","author_link":"https:\/\/raspberrytips.com\/author\/admin\/"},"comment_info":0,"category_info":[{"term_id":25,"name":"Programming","slug":"programming","term_group":0,"term_taxonomy_id":25,"taxonomy":"category","description":"","parent":0,"count":66,"filter":"raw","cat_ID":25,"category_count":66,"category_description":"","cat_name":"Programming","category_nicename":"programming","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/posts\/12922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/comments?post=12922"}],"version-history":[{"count":22,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/posts\/12922\/revisions"}],"predecessor-version":[{"id":42998,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/posts\/12922\/revisions\/42998"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/media\/12935"}],"wp:attachment":[{"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/media?parent=12922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/categories?post=12922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/raspberrytips.com\/wp-json\/wp\/v2\/tags?post=12922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}