spi-memory-async

Crates.iospi-memory-async
lib.rsspi-memory-async
version0.1.0
sourcesrc
created_at2024-03-08 10:29:13.52391
updated_at2024-03-08 10:29:13.52391
descriptionA generic driver for different SPI Flash and EEPROM chips
homepage
repositoryhttps://github.com/korken89/spi-memory-async.git
max_upload_size
id1166724
size26,102
Emil Fresk (korken89)

documentation

https://docs.rs/spi-memory-async/

README

spi-memory-async

crates.io docs.rs

This crate provides a generic embedded-hal-async-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-async = "0.1.0"

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

Commit count: 0

cargo fmt