spi-memory 0.2.0

A generic driver for different SPI Flash and EEPROM chips
Documentation
1
2
//! Automatically loads in the BlockDevice and Read trait so the user doesn't have to do that all the time.
pub use crate::{BlockDevice, Read};