<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Pins in UIflow]]></title><description><![CDATA[<p dir="auto">Which physical pins on the M5stack and M5stick correspond to pins 0-5 in UIflow?</p>
]]></description><link>https://community.m5stack.com/topic/2401/pins-in-uiflow</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 00:08:43 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2401.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Oct 2020 10:05:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pins in UIflow on Mon, 28 Mar 2022 06:45:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/alex28" aria-label="Profile: Alex28">@<bdi>Alex28</bdi></a></p>
<p dir="auto">in the end pin0 - pin4 are simply Micropython variables, so either switch to the Micropython tab or use <code>Execute code</code> blocks to add more pinX variables.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17030</link><guid isPermaLink="true">https://community.m5stack.com/post/17030</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 28 Mar 2022 06:45:04 GMT</pubDate></item><item><title><![CDATA[Reply to Pins in UIflow on Mon, 28 Mar 2022 06:10:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
if i  want to use more than 5 pins,what shall  I do ?</p>
]]></description><link>https://community.m5stack.com/post/17029</link><guid isPermaLink="true">https://community.m5stack.com/post/17029</guid><dc:creator><![CDATA[Alex28]]></dc:creator><pubDate>Mon, 28 Mar 2022 06:10:58 GMT</pubDate></item><item><title><![CDATA[Reply to Pins in UIflow on Fri, 23 Oct 2020 13:17:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> thanks,</p>
]]></description><link>https://community.m5stack.com/post/10438</link><guid isPermaLink="true">https://community.m5stack.com/post/10438</guid><dc:creator><![CDATA[Kris]]></dc:creator><pubDate>Fri, 23 Oct 2020 13:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to Pins in UIflow on Thu, 22 Oct 2020 10:50:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/kris" aria-label="Profile: Kris">@<bdi>Kris</bdi></a></p>
<p dir="auto">that is entirely up to you - pin0-4 are just variables.</p>
<p dir="auto">In UIFlow use the first statement to initialise the desired GPIO (0-36) to be used with one of the 5 variables (pin0-4).</p>
<p dir="auto">MicroPython example: variable pin0 is used for GPIO18:</p>
<pre><code>pin0 = machine.Pin(18, mode=machine.Pin.IN, pull=machine.Pin.PULL_UP)
</code></pre>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/10428</link><guid isPermaLink="true">https://community.m5stack.com/post/10428</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 22 Oct 2020 10:50:08 GMT</pubDate></item></channel></rss>