docs/esp: Enumerate flash access functions.
This commit is contained in:
parent
c3beb16db3
commit
b122ed0732
|
@ -39,3 +39,9 @@ Functions
|
|||
.. function:: flash_id()
|
||||
|
||||
Read the device ID of the flash memory.
|
||||
|
||||
.. function:: flash_read(byte_offset, length_or_buffer)
|
||||
|
||||
.. function:: flash_write(byte_offset, bytes)
|
||||
|
||||
.. function:: flash_erase(sector_no)
|
||||
|
|
Loading…
Reference in New Issue