From b122ed07326b9f0109b2d596aa094788488edd0d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 15 Apr 2016 13:48:53 +0300 Subject: [PATCH] docs/esp: Enumerate flash access functions. --- docs/library/esp.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/library/esp.rst b/docs/library/esp.rst index 040d62f769..34d3c278d9 100644 --- a/docs/library/esp.rst +++ b/docs/library/esp.rst @@ -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)