Skip to content
Snippets Groups Projects
Commit b122ed07 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/esp: Enumerate flash access functions.

parent c3beb16d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment