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 wheneveremc2101
is added without
somewhere in the dependency tree.default-features = false - 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