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