Cargo Features

[dependencies]
lis2dtw12 = { version = "0.1.3", default-features = false, features = ["blocking", "async"] }
default = blocking

The blocking feature is set by default whenever lis2dtw12 is added without default-features = false somewhere in the dependency tree.

blocking default

Affects interface::Interface

async

Enables embedded-hal-async

Affects interface::Interface