Cargo Features
[dependencies]
lis2dtw12 = { version = "0.1.3", default-features = false, features = ["blocking", "async"] }
- default = blocking
-
The
blocking
feature is set by default wheneverlis2dtw12
is added without
somewhere in the dependency tree.default-features = false - blocking default
-
Affects
interface::Interface
… - async
-
Enables embedded-hal-async
Affects
interface::Interface
…