<?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[Interrupts?]]></title><description><![CDATA[<p dir="auto">So is there any way to use external interrupts in <a href="http://flow.m5stack.com" target="_blank" rel="noopener noreferrer nofollow ugc">flow.m5stack.com</a> ? (using the micropython code)? I tried using the methods for micropython but irq is not an attribute for pin objects.<br />
Thanks!</p>
]]></description><link>https://community.m5stack.com/topic/815/interrupts</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 08:12:29 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/815.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Mar 2019 18:09:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interrupts? on Sat, 30 Mar 2019 01:27:47 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://flow.m5stack.com" target="_blank" rel="noopener noreferrer nofollow ugc">flow.m5stack.com</a>， buttonA, B, C has been implemented using interrupts, or try:</p>
<pre><code>from m5stack import m5button
button = m5button.register(_BUTTON_PIN)
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1553909251570-074bc216-f4e2-4c8a-a9c3-b66a9e4d9064-image.png" alt="0_1553909250953_074bc216-f4e2-4c8a-a9c3-b66a9e4d9064-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/3450</link><guid isPermaLink="true">https://community.m5stack.com/post/3450</guid><dc:creator><![CDATA[heybin]]></dc:creator><pubDate>Sat, 30 Mar 2019 01:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to Interrupts? on Fri, 29 Mar 2019 20:03:59 GMT]]></title><description><![CDATA[<p dir="auto">I don't understand interrupts myself but I believe that if you use the button loop instead of the system loop that that is an interrupt.<br />
Please bare with me as I'm still documenting and exploring UIFlow.</p>
]]></description><link>https://community.m5stack.com/post/3449</link><guid isPermaLink="true">https://community.m5stack.com/post/3449</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 29 Mar 2019 20:03:59 GMT</pubDate></item><item><title><![CDATA[Reply to Interrupts? on Fri, 29 Mar 2019 18:29:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/423">@lastcaress</a> I used the code for the button pressed, but don't know if this is accurate?</p>
]]></description><link>https://community.m5stack.com/post/3448</link><guid isPermaLink="true">https://community.m5stack.com/post/3448</guid><dc:creator><![CDATA[LastCaress]]></dc:creator><pubDate>Fri, 29 Mar 2019 18:29:23 GMT</pubDate></item></channel></rss>