Crates.io | is25lp064a |
lib.rs | is25lp064a |
version | 0.1.0 |
source | src |
created_at | 2024-10-08 13:07:04.688488 |
updated_at | 2024-10-08 13:07:04.688488 |
description | An embedded-hal driver for the IS25LP064A |
homepage | https://github.com/tweedegolf/IS25LP064A |
repository | https://github.com/tweedegolf/IS25LP064A |
max_upload_size | |
id | 1401169 |
size | 45,661 |
This is a generic driver for the IS25LP064A flash chip from ISSI.
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.