Cargo Features
[dependencies]
emc2101 = { version = "1.0.0", default-features = false, features = ["async", "defmt-03", "sync", "log"] }
- default = sync
-
The
sync
feature is set by default wheneveremc2101
is added without
somewhere in the dependency tree.default-features = false - async
-
Enables embedded-hal-async
- 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