2 unstable releases
0.2.0 | Mar 25, 2020 |
---|---|
0.1.0 | May 24, 2019 |
#11 in #eeprom
537 downloads per month
Used in 3 crates
2MB
546 lines
Contains (Zip file, 400KB) dev-board/pcb/gerbers.zip
spi-memory
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!
Please refer to the changelog to see what changed in the last releases.
Usage
Add an entry to your Cargo.toml
:
[dependencies]
spi-memory = "0.2.0"
Check the API Documentation for how to use the crate's functionality.
lib.rs
:
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!