<?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[uiflow-micropython dir(hardware) gives no output]]></title><description><![CDATA[<p dir="auto">For my M5Stack M5PaperS3 I built uiflow-micropython firmware,</p>
<pre><code>MicroPython v1.24.0-dirty on 2025-04-12; M5STACK PaperS3 with ESP32S3

</code></pre>
<p dir="auto">See also my post about this building <a href="https://community.m5stack.com/topic/7491/uiflow-micropython-build-for-m5papers3-experience">experience</a>.</p>
<p dir="auto">While using the Thonny IDE, in the Shell. I issued the commands:</p>
<pre><code>import hardware
display(hardware)
</code></pre>
<p dir="auto">Nothing happened. I waited some minutes. Then I broke out with a KeyboardInterrrupt (&lt;ctrl&gt;C).</p>
<p dir="auto">When I issue the command:</p>
<pre><code>dir(hardware.RTC)
</code></pre>
<p dir="auto">this results in:</p>
<pre><code>['__class__', '__name__', '__bases__', '__dict__', 'datetime', 'init', 'local_datetime', 'memory', 'timezone']
</code></pre>
<p dir="auto">when I enter the command "dir(board.sdcard)" this also results in ouput:</p>
<pre><code>&gt;&gt;&gt; dir(hardware.sdcard)
['__class__', '__name__', 'SDCard', '__dict__', '__file__', 'machine', 'os', 'create_sdcard_closure']

</code></pre>
<p dir="auto">See the: <a href="https://imgur.com/a/LU5xRqK" target="_blank" rel="noopener noreferrer nofollow ugc">screenshot</a>.</p>
<p dir="auto">Regards,<br />
PaulskPt</p>
]]></description><link>https://community.m5stack.com/topic/7493/uiflow-micropython-dir-hardware-gives-no-output</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:02:27 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7493.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Apr 2025 11:37:25 GMT</pubDate><ttl>60</ttl></channel></rss>