Cargo Features
[dependencies]
aem10900 = { version = "0.9.1", default-features = false, features = ["async", "defmt"] }
- default = async
-
The
async
feature is set by default wheneveraem10900
is added without
somewhere in the dependency tree.default-features = false - async default
- defmt
-
Enables defmt
AEM10900 has 3 features without comments.