<?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[Error compiling for board M5Stack-ATOM]]></title><description><![CDATA[<p dir="auto">When updating M5stack boards on arduino platform, it has given me the following error:<br />
Arduino: 1.8.19 (Windows 10), Board: "M5Stack-ATOM, Default, 1500000, None"</p>
<p dir="auto">In file included from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms/esp/32/clockless_rmt_esp32.h:116,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms/esp/32/fastled_esp32.h:8,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms.h:36,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/FastLED.h:52,<br />
from C:\DISE�OS\Arduino\libraries\M5Atom\src/M5Atom.h:54,<br />
from C:\DISEÑOS\Arduino\libraries\M5Atom\examples\Basics\LEDSet\LEDSet.ino:13:<br />
C:\Users\Vicente\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]<br />
#warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead<br />
^~~~~~~<br />
In file included from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms/esp/32/clockless_rmt_esp32.h:116,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms/esp/32/fastled_esp32.h:8,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/platforms.h:36,<br />
from C:\DISE�OS\Arduino\libraries\FastLED\src/FastLED.h:52,<br />
from C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.h:54,<br />
from C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.cpp:4:<br />
C:\Users\Vicente\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]<br />
#warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead<br />
^~~~~~~<br />
C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.cpp: In member function 'void M5Atom::begin(bool, bool, bool)':<br />
C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.cpp:23:28: error: call of overloaded 'begin(int, int, int)' is ambiguous<br />
Wire.begin(25, 21, 100000);<br />
^<br />
In file included from C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.h:53,<br />
from C:\DISE�OS\Arduino\libraries\M5Atom\src\M5Atom.cpp:4:<br />
C:\Users\Vicente\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1\libraries\Wire\src/Wire.h:79:10: note: candidate: 'bool TwoWire::begin(int, int, uint32_t)'<br />
bool begin(int sda=-1, int scl=-1, uint32_t frequency=0); // returns true, if successful init of i2c bus<br />
^~~~~<br />
C:\Users\Vicente\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1\libraries\Wire\src/Wire.h:80:10: note: candidate: 'bool TwoWire::begin(uint8_t, int, int, uint32_t)'<br />
bool begin(uint8_t slaveAddr, int sda=-1, int scl=-1, uint32_t frequency=0);<br />
^~~~~<br />
exit status 1<br />
Error compiling for board M5Stack-ATOM.</p>
<p dir="auto">I would need help, thanks in advance</p>
]]></description><link>https://community.m5stack.com/topic/3866/error-compiling-for-board-m5stack-atom</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 06:35:39 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3866.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Dec 2021 10:19:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error compiling for board M5Stack-ATOM on Thu, 30 Dec 2021 22:49:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4915">@vgamlc</a></p>
<p dir="auto">thank you and you are welcome. Thank you for your feedback.</p>
<p dir="auto">Happy New Year!</p>
<p dir="auto">Felix</p>
]]></description><link>https://community.m5stack.com/post/16006</link><guid isPermaLink="true">https://community.m5stack.com/post/16006</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 30 Dec 2021 22:49:44 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-ATOM on Wed, 29 Dec 2021 14:24:51 GMT]]></title><description><![CDATA[<p dir="auto">You are a machine, thank you very much.</p>
]]></description><link>https://community.m5stack.com/post/15988</link><guid isPermaLink="true">https://community.m5stack.com/post/15988</guid><dc:creator><![CDATA[vgamlc]]></dc:creator><pubDate>Wed, 29 Dec 2021 14:24:51 GMT</pubDate></item><item><title><![CDATA[Reply to Error compiling for board M5Stack-ATOM on Tue, 28 Dec 2021 14:19:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4915">@vgamlc</a></p>
<p dir="auto">to get rid of the ambiguous error I had to fix two files: <code>M5Atom.cpp</code> and <code>MPU6886.cpp</code>.</p>
<p dir="auto">In <code>M5Atom.cpp</code> I've replaced this line:</p>
<pre><code>  Wire.begin(25, 21, 100000);
</code></pre>
<p dir="auto">with (note the <strong>U</strong> at the end):</p>
<pre><code>  Wire.begin(25, 21, 100000U);
</code></pre>
<p dir="auto">and in <code>MPU6886.cpp</code> I've replaced this line:</p>
<pre><code>  Wire1.begin(25,21,100000);
</code></pre>
<p dir="auto">with: (note the <strong>U</strong> at the end)</p>
<pre><code>  Wire1.begin(25,21, 100000U);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15978</link><guid isPermaLink="true">https://community.m5stack.com/post/15978</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 28 Dec 2021 14:19:15 GMT</pubDate></item></channel></rss>