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
- Automatically loads in the BlockDevice and Read trait so the user doesn’t have to do that all the time.
Enums
- The error type used by this library.
Traits
- A trait for writing and erasing operations on a memory chip.
- A trait for reading operations from a memory chip.