<?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[How to enable the extra 5v power?]]></title><description><![CDATA[<p dir="auto">I have the aws version of the core 2, I have read I need to change SetBusPowerMode(0); to SetBusPowerMode(1);. but where do I specify this? Can it be in the ino file? or does it have to be in a header or cpp file?</p>
<p dir="auto">EDIT: I found this in the documentation   "M5.begin(bool LCDEnable = true, bool SDEnable = true, bool SerialEnable = true, bool I2CEnable = false, mbus_mode_t mode = kMBusModeOutput);" However i get an error saying expected primary expression before bool.  Im stuck</p>
]]></description><link>https://community.m5stack.com/topic/3606/how-to-enable-the-extra-5v-power</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 20:54:51 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3606.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Sep 2021 09:09:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to enable the extra 5v power? on Thu, 30 Sep 2021 09:44:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/babygirl1248" aria-label="Profile: babygirl1248">@<bdi>babygirl1248</bdi></a></p>
<p dir="auto">it's included in the M5Core2 begin() function:</p>
<pre><code>M5.begin(true, true, true, false, kMBusModeInput);
</code></pre>
<p dir="auto">two values; the first is the default:</p>
<ul>
<li>kMBusModeOutput (=0): powered by USB or Battery</li>
<li>kMBusModeInput: (=1): powered by outside input</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15017</link><guid isPermaLink="true">https://community.m5stack.com/post/15017</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 30 Sep 2021 09:44:17 GMT</pubDate></item></channel></rss>