We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728db3 commit ced7ebbCopy full SHA for ced7ebb
docs/zephyr/quickref.rst
@@ -153,6 +153,8 @@ Use the :ref:`zephyr.FlashArea <zephyr.FlashArea>` class to support filesystem::
153
f.write('Hello world') # write to the file
154
print(open('/flash/hello.txt').read()) # print contents of the file
155
156
+The FlashAreas' IDs that are available are listed in the FlashArea module, as ID_*.
157
+
158
Sensor
159
------
160
0 commit comments