Crate spi_memory

Source
Expand description

An embedded-hal-based SPI-Flash chip driver.

This crate aims to be compatible with common families of SPI flash chips. Currently, reading 25-series chips is supported, and support for writing and erasing as well as other chip families (eg. 24-series chips) is planned. Contributions are always welcome!

Modules§

prelude
Automatically loads in the BlockDevice and Read trait so the user doesn’t have to do that all the time.
series25
Driver for 25-series SPI Flash and EEPROM chips.

Enums§

Error
The error type used by this library.

Traits§

BlockDevice
A trait for writing and erasing operations on a memory chip.
Read
A trait for reading operations from a memory chip.