Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.
/ spi-memory Public archive

An embedded-hal driver for various SPI Flash and EEPROM chips

License

Notifications You must be signed in to change notification settings

jonas-schievink/spi-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a806614 · Apr 18, 2020

History

24 Commits
Mar 25, 2020
Oct 15, 2019
Aug 22, 2019
Apr 18, 2020
May 24, 2019
May 24, 2019
Mar 25, 2020
Apr 18, 2020
Mar 25, 2020
May 24, 2019
Mar 25, 2020
May 31, 2019
May 24, 2019

Repository files navigation

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.