1 parent c3beb16 commit b122ed0Copy full SHA for b122ed0
1 file changed
docs/library/esp.rst
@@ -39,3 +39,9 @@ Functions
39
.. function:: flash_id()
40
41
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