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
Add an entry to your Cargo.toml
:
toml
[dependencies]
m95320 = "1.0.0"
Using rppal
on a Raspberry Pi:
```
```
Check the API Documentation for how to use the crate's functionality.