Cargo Features

LIS2DW12 has no features set by default.

[dependencies]
lis2dw12 = { version = "0.1.3", features = ["non_blocking", "out_f32"] }
non_blocking = embassy-traits

enables async, requires Nightly. Experimental.

out_f32 = num-derive, num-traits

enables normalised floating point output

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-traits out_f32?
num-derive out_f32?

Enables num-derive ^0.3.3

embassy-traits non_blocking?