Skip to content

Commit b122ed0

Browse files
committed
docs/esp: Enumerate flash access functions.
1 parent c3beb16 commit b122ed0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/library/esp.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ Functions
3939
.. function:: flash_id()
4040

4141
Read the device ID of the flash memory.
42+
43+
.. function:: flash_read(byte_offset, length_or_buffer)
44+
45+
.. function:: flash_write(byte_offset, bytes)
46+
47+
.. function:: flash_erase(sector_no)

0 commit comments

Comments
 (0)