docs/esp: Enumerate flash access functions.

pull/1888/merge
Paul Sokolovsky 2016-04-15 13:48:53 +03:00
rodzic c3beb16db3
commit b122ed0732
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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