Skip to content

technocreatives/spi-flash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spi-flash

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!

Usage

Add an entry to your Cargo.toml:

[dependencies]
spi-flash = { git = "https://github.com/technocreatives/spi-flash" }