w25q

Crates.iow25q
lib.rsw25q
version0.2.9
sourcesrc
created_at2023-02-12 17:24:32.291841
updated_at2023-03-27 03:32:23.245661
descriptionA generic driver for different SPI Flash and EEPROM chips
homepage
repositoryhttps://github.com/Churrosoft/spi-memory
max_upload_size
id783350
size2,717,840
Diego (FDSoftware)

documentation

https://docs.rs/spi-memory/

README

spi-memory

crates.io docs.rs Build Status

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.

Commit count: 39

cargo fmt