Cargo Features

[dependencies]
emc2101 = { version = "0.4.1", default-features = false, features = ["async", "core-error", "defmt-03", "sync", "log"] }
async

Enables embedded-hal-async

core-error

bump MSRV to 1.81.0

default = sync

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

defmt-03

Enables defmt, defmt of fugit and defmt-03 of heapless

heapless:

Implement defmt::Format from defmt v0.3

sync default

Enables embedded-hal

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust