This is a generic driver for the W25Q32JV flash chip from Winbond.
It supports:
- Blocking SPI using embedded-hal 1.0
- Async SPI using embedded-hal-async
- Blocking embedded-storage
- Async embedded-storage-async
To unlock the use of async, activate the async
feature on the crate.
Defmt is also supported through the defmt
feature.