Skip to content

swobbee-dev/spi-memory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spi-memory

crates.io docs.rs

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.

Attribution

This crate is based on the original work by Jonas Schievink at https://github.com/jonas-schievink/spi-memory and the fork at https://github.com/Churrosoft/spi-memory.

Usage

Add an entry to your Cargo.toml:

[dependencies]
spi-memory = "0.2.9"

Check the API Documentation for how to use the crate's functionality.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%