<?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[A0 was not defined in this scope]]></title><description><![CDATA[<p dir="auto">I'm trying to use some libraries that apparently have a call to "analogRead(A0);" which is also apparently not defined. Is there any way to work around this? I tried doing #define A0 32; before the library is included but that didn't help.</p>
]]></description><link>https://community.m5stack.com/topic/779/a0-was-not-defined-in-this-scope</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 22:50:27 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/779.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Mar 2019 01:43:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A0 was not defined in this scope on Tue, 19 Mar 2019 02:07:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/36">@joeybab3</a> It seems those libraries you used are designed for Arduino Chip which has been defined A0. So you need change those libraries sources so that they are compatible with ESP32 chip.</p>
]]></description><link>https://community.m5stack.com/post/3347</link><guid isPermaLink="true">https://community.m5stack.com/post/3347</guid><dc:creator><![CDATA[m5-docs]]></dc:creator><pubDate>Tue, 19 Mar 2019 02:07:28 GMT</pubDate></item></channel></rss>