<?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[Stamp-C3 and I2C]]></title><description><![CDATA[<p dir="auto">Am I correct in that Stamp-C3 uses GPIO 0/1 for SDA/SCL?</p>
<p dir="auto">I saw it labelled as "Port-A." Does that refer to I2C?</p>
<p dir="auto">If it is not the default I2C, could I make it the I2C pins by doing this in the Arduino IDE?</p>
<pre><code># define I2CSDA 0
# define I2CSCL 1
...
Wire.begin(I2CSDA, I2CSCL);
</code></pre>
]]></description><link>https://community.m5stack.com/topic/3940/stamp-c3-and-i2c</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:49:47 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3940.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jan 2022 03:21:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Stamp-C3 and I2C on Tue, 18 Jan 2022 08:26:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/bram" aria-label="Profile: Bram">@<bdi>Bram</bdi></a></p>
<p dir="auto">have a look at this <a href="https://community.m5stack.com/topic/3715/m5stamp-c3-i2c-interface">thread</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16243</link><guid isPermaLink="true">https://community.m5stack.com/post/16243</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 18 Jan 2022 08:26:06 GMT</pubDate></item></channel></rss>