Cargo Features
[dependencies]
tmp1075 = { version = "0.1.3", default-features = false, features = ["blocking", "async", "defmt"] }
- default = blocking
-
The
blocking
feature is set by default whenevertmp1075
is added without
somewhere in the dependency tree.default-features = false - blocking default
-
Enables embedded-hal
- async
-
Enables embedded-hal-async
- defmt
-
Enables defmt
TMP1075 has 4 features without comments.