<?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[can uart support irq?]]></title><description><![CDATA[<p dir="auto">I  run following code in m5stack fire board</p>
<p dir="auto">from machine import UART<br />
uart1 = UART(1, tx=1, rx=3)<br />
uart1.init(115200, bits=8, parity=None, stop=1)<br />
def UART_ISR(t):<br />
uart1.irq(handler=UART_ISR)</p>
<p dir="auto">bu report error message:<br />
'UART' object has no attribut 'irq'.<br />
does uiflow support irq?</p>
]]></description><link>https://community.m5stack.com/topic/3390/can-uart-support-irq</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 14:20:41 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3390.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Jun 2021 02:22:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to can uart support irq? on Wed, 23 Jun 2021 10:31:23 GMT]]></title><description><![CDATA[<p dir="auto">Just like the mpy official document said.   "Availability: Wipy".  maybe future we will support this function,  so pls give us some time.</p>
<p dir="auto"><img src="/assets/uploads/files/1624444172551-445f337c-fd4a-4f60-af15-495ba0b9608e-image.png" alt="0_1624444173211_445f337c-fd4a-4f60-af15-495ba0b9608e-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/14186</link><guid isPermaLink="true">https://community.m5stack.com/post/14186</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Wed, 23 Jun 2021 10:31:23 GMT</pubDate></item></channel></rss>