docs/esp: Enumerate flash access functions.

This commit is contained in:
Paul Sokolovsky 2016-04-15 13:48:53 +03:00
parent c3beb16db3
commit b122ed0732
1 changed files with 6 additions and 0 deletions

View File

@ -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)