Skip to main content

Module flash_array

Module flash_array 

Source
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§

FlashArray
A device abstraction for type-safe persistent storage in flash memory.
FlashBlock
Type of a FlashArray block, with methods such as load, save, and clear.