jonas-schievink / spi-memory

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD Zero Clause License


Languages

Language:Rust 94.3%Language:GDB 5.7%