This crate provides a generic embedded-hal
-based driver for different
families of SPI Flash and EEPROM chips.
Right now, only 25-series Flash chips are supported. Feel free to send PRs to support other families though!
Add an entry to your Cargo.toml
:
[dependencies]
spi-flash = { git = "https://github.com/technocreatives/spi-flash" }