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 ESP’s internal flash memory.
See FlashBlockEsp for details and usage examples.
Structs§
- Flash
Block Esp - A device abstraction for type-safe persistent storage in flash memory.
Traits§
- Flash
Block - Operations on blocks of flash memory.