m95320
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:
[]
= "1.0.1"
Example
Using rppal on a Raspberry Pi:
Check the API Documentation for how to use the crate's functionality.