Skip to content

Commit ba4a253

Browse files
committed
Add link to CPY Essentials Learn guide for storage module
1 parent 042eb84 commit ba4a253

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/storage/__init__.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
//| The `storage` provides storage management functionality such as mounting and
4141
//| unmounting which is typically handled by the operating system hosting Python.
4242
//| CircuitPython does not have an OS, so this module provides this functionality
43-
//| directly."""
43+
//| directly.
44+
45+
//| For more information regarding using the `storage` module, refer to the CircuitPython
46+
//| Essentials Learn guide:
47+
//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-storage
48+
//| """
4449
//|
4550

4651
//| def mount(filesystem: VfsFat, mount_path: str, *, readonly: bool = False) -> None:

0 commit comments

Comments
 (0)