m95320

crates.io docs.rs

[embedded-hal] Rust driver for STMicroelectronics M95320 32-Kbit serial SPI bus EEPROM

some features not yet implemented, basic read and write is working

This create is mostly ripped-off from the spi-memory crate: https://github.com/jonas-schievink/spi-memory

Usage

Add an entry to your Cargo.toml:

toml [dependencies] m95320 = "1.0.0"

Example

Using rppal on a Raspberry Pi: ```

```

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