edit the docs

This commit is contained in:
ZennDev1337 2023-10-11 18:41:22 +02:00
parent ffb6d42f10
commit 3d5d8ccf49
65 changed files with 178 additions and 128 deletions

View file

@ -4,8 +4,8 @@ To get started import the <a href="prelude/index.html" title="mod arduboy_rust::
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>arduboy_rust::prelude::<span class="kw-2">*</span>;</code></pre></div>
<h4 id="disable-c-libraries"><a href="#disable-c-libraries">Disable C++ libraries</a></h4>
<p>Inside the root directory is a file named <code>import_config.h</code></p>
<p>You can disable C++ libraries in the <code>import_config.h</code> file.
<p>Inside the project directory is a file named <code>config.toml</code></p>
<p>You can disable C++ libraries in the <code>config.toml</code> file.
Just comment the unused library definition out.</p>
<p>Be careful with disabling libraries because:</p>
<ul>