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.
2 parents 0d8bca9 + 7d16756 commit 1af5f6dCopy full SHA for 1af5f6d
shared-bindings/nvm/__init__.c
@@ -34,7 +34,11 @@
34
//| """Non-volatile memory
35
//|
36
//| The `nvm` module allows you to store whatever raw bytes you wish in a
37
-//| reserved section non-volatile memory."""
+//| reserved section non-volatile memory.
38
+//|
39
+//| Note that this module can't be imported and used directly. The sole
40
+//| instance of :class:`ByteArray` is available at
41
+//| :attr:`microcontroller.nvm`."""
42
43
STATIC const mp_rom_map_elem_t nvm_module_globals_table[] = {
44
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_nvm) },
0 commit comments