Skip to main content

Module flash_block

Module flash_block 

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

FlashBlockEsp
A device abstraction for type-safe persistent storage in flash memory.

Traits§

FlashBlock
Operations on blocks of flash memory.