update Docs
This commit is contained in:
parent
2edb2f9a5c
commit
87e451b82b
13 changed files with 85 additions and 77 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/from eeprom memory.
|
||||
<span class="doccomment">///This is the 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