<?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[LEDs on a M5GO BOTTOM2]]></title><description><![CDATA[<p dir="auto">I am trying to use the leds on the m5go bottom2 with a core2. I have tried several arduino programs and cannot get the leds to light. Has anyone been able to accomplish this?<br />
Thanks</p>
]]></description><link>https://community.m5stack.com/topic/8047/leds-on-a-m5go-bottom2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 02:45:23 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8047.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Jan 2026 02:17:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LEDs on a M5GO BOTTOM2 on Sat, 31 Jan 2026 15:39:55 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/422470">@KAYDE1</a></p>
<p dir="auto">maybe checkout this example <a href="https://docs.m5stack.com/en/arduino/m5unified/led_class?id=example" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>?</p>
<p dir="auto">To make it work I had to adapt the GPIO used for the LEDs:</p>
<pre><code>//  buscfg.pin_data = 26;
  buscfg.pin_data = 25;
</code></pre>
<p dir="auto">I also added a <code>delay(1000);</code> at the end of the <code>loop()</code>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/30542</link><guid isPermaLink="true">https://community.m5stack.com/post/30542</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 31 Jan 2026 15:39:55 GMT</pubDate></item></channel></rss>