<?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[Got extio2 running on Core2?]]></title><description><![CDATA[<p dir="auto">Didn’t find examples for how to use extio2 on Core2? Anyone can help?</p>
]]></description><link>https://community.m5stack.com/topic/4644/got-extio2-running-on-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:43:16 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4644.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Sep 2022 04:31:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Got extio2 running on Core2? on Fri, 30 Sep 2022 14:34:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/fly4fun" aria-label="Profile: fly4fun">@<bdi>fly4fun</bdi></a></p>
<p dir="auto">thank you and thank you for reporting back. I am glad you got it working.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a>: Please check out this <a href="https://github.com/m5stack/M5Unit-EXTIO2/pull/5" target="_blank" rel="noopener noreferrer nofollow ugc">pull-request</a>. Thank you.</p>
<p dir="auto">Most of those functions return true if successful (and false otherwise).</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18716</link><guid isPermaLink="true">https://community.m5stack.com/post/18716</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 30 Sep 2022 14:34:07 GMT</pubDate></item><item><title><![CDATA[Reply to Got extio2 running on Core2? on Sun, 25 Sep 2022 12:30:09 GMT]]></title><description><![CDATA[<p dir="auto">Felix, you are a star! Now digital outputs and digital inputs are working. Only thing is, I always get returncode 1 back for all extio.x calls so not sure what this one left is?</p>
]]></description><link>https://community.m5stack.com/post/18714</link><guid isPermaLink="true">https://community.m5stack.com/post/18714</guid><dc:creator><![CDATA[fly4fun]]></dc:creator><pubDate>Sun, 25 Sep 2022 12:30:09 GMT</pubDate></item><item><title><![CDATA[Reply to Got extio2 running on Core2? on Sun, 25 Sep 2022 06:03:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/fly4fun" aria-label="Profile: fly4fun">@<bdi>fly4fun</bdi></a></p>
<p dir="auto">try to modify the M5Stack <a href="https://github.com/m5stack/M5Unit-EXTIO2/blob/main/examples/Unit_EXTIO2_M5Core/DIGITAL_INPUT_OUTPUT/DIGITAL_INPUT_OUTPUT.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> like this:<br />
replace:</p>
<pre><code>#include &lt;M5Stack.h&gt;
M5.begin();
while (!extio.begin(&amp;Wire, 21, 22, 0x45)) {
</code></pre>
<p dir="auto">with:</p>
<pre><code>#include &lt;M5Core2.h&gt;
M5.begin(true, false, true, true);
while (!extio.begin(&amp;Wire, 32, 33, 0x45)) {
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18713</link><guid isPermaLink="true">https://community.m5stack.com/post/18713</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 25 Sep 2022 06:03:06 GMT</pubDate></item></channel></rss>