Available on
target_os=none only.Expand description
A device abstraction for type-safe persistent storage in flash memory.
This module provides a generic flash block storage system that allows storing any
serde-compatible type in Raspberry Pi Pico’s internal flash memory.
See FlashArray for details and usage examples.
Structs§
- Flash
Array - A device abstraction for type-safe persistent storage in flash memory.
- Flash
Block - Type of a
FlashArrayblock, with methods such asload,save, andclear.