Cargo Features

[dependencies]
ds4432 = { version = "0.2.0", default-features = false, features = ["async", "defmt-03", "not-recommended-rfs", "sync", "log"] }
default = sync

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

async

Enables embedded-hal-async

defmt-03

Enables defmt

sync default

Enables embedded-hal

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust