update Docs
This commit is contained in:
parent
1e8a23a4b1
commit
2edb2f9a5c
46 changed files with 644 additions and 570 deletions
|
@ -154,7 +154,7 @@
|
|||
<span class="attr">#[link_name = <span class="string">"arduboy_eeprom_put"</span>]
|
||||
</span><span class="kw">fn </span>arduboy_eeprom_put_raw(idx: c_int, object: <span class="kw-2">*const </span>u8, size: usize);
|
||||
}
|
||||
<span class="doccomment">///This struct to store and read structs objects to eeprom memory.
|
||||
<span class="doccomment">///This struct to store and read structs objects to/from eeprom memory.
|
||||
/// ## Example
|
||||
/// ```
|
||||
/// static e: EEPROM = EEPROM::new(10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue