spi-memory

Crates.iospi-memory
lib.rsspi-memory
version0.2.0
sourcesrc
created_at2019-05-24 21:59:03.589854
updated_at2020-03-25 20:07:36.768206
descriptionA generic driver for different SPI Flash and EEPROM chips
homepage
repositoryhttps://github.com/jonas-schievink/spi-memory.git
max_upload_size
id136805
size2,707,444
Jonas Schievink (jonas-schievink)

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: 24

cargo fmt