Crate m95320

Crate m95320 

Source
Expand description

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

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

Modules§

m95320
prelude
Automatically loads in the BlockDevice and Read trait so the user doesn’t have to do that all the time.

Enums§

Error
The error type used by this library.

Traits§

BlockDevice
A trait for writing and erasing operations on a memory chip.
Read
A trait for reading operations from a memory chip.