Cargo Features
[dependencies]
embedded-hal-aht2x = { version = "0.1.0", default-features = false, features = ["crc", "defmt"] }
- default = crc
-
The
crc
feature is set by default wheneverembedded-hal-aht2x
is added without
somewhere in the dependency tree.default-features = false - crc default
-
Enables crc
- defmt
-
Enables defmt
embedded-hal-aht2x has 3 features without comments.