Crates.io | w25q32jv |
lib.rs | w25q32jv |
version | 0.4.0 |
source | src |
created_at | 2023-05-11 15:53:34.647752 |
updated_at | 2024-01-10 15:11:21.416261 |
description | An embedded-hal driver for the W25Q32JV |
homepage | https://github.com/tweedegolf/w25q32jv |
repository | https://github.com/tweedegolf/w25q32jv |
max_upload_size | |
id | 862222 |
size | 57,687 |
This is a generic driver for the W25Q32JV flash chip from Winbond.
It supports:
embedded-hal 1.0
embedded-hal-async
embedded-storage
embedded-storage-async
To unlock the use of async, activate the async
feature on the crate.
Defmt is also supported through the defmt
feature.