update docs and added support to print String from heapless
This commit is contained in:
parent
2c47c3ad9a
commit
b6cf7e43c7
23 changed files with 161 additions and 122 deletions
|
@ -4,5 +4,5 @@
|
|||
<p>This doesn’t waste the 2kb ram it saves to progmem (28kb)
|
||||
This automatically saves the given text to the Progmem.</p>
|
||||
<h3 id="example"><a href="#example">Example</a></h3>
|
||||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>arduboy.print(<span class="macro">f!</span>(<span class="string">b"Random text to print"</span>))</code></pre></div>
|
||||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>arduboy.print(<span class="macro">f!</span>(<span class="string">b"Random text to print\0"</span>))</code></pre></div>
|
||||
</div></details></section></div></main></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue