Cargo Features
[dependencies]
is25lp064a = { version = "0.1.0", default-features = false, features = ["async", "defmt", "readback-check"] }
- default = async, readback-check
-
These default features are set whenever
is25lp064a
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables embedded-hal-async and embedded-storage-async
- defmt
-
Enables defmt
- readback-check default
IS25LP064A has 4 features without comments.