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
|
@ -110,7 +110,7 @@ pub(super) use get_string_addr;
|
|||
/// This automatically saves the given text to the Progmem.
|
||||
/// ## Example
|
||||
/// ```
|
||||
/// arduboy.print(f!(b"Random text to print"))
|
||||
/// arduboy.print(f!(b"Random text to print\0"))
|
||||
/// ```
|
||||
#[macro_export]
|
||||
macro_rules! f {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue