Cargo Features
bt-hci has no features set by default.
[dependencies]
bt-hci = { version = "0.1.1", features = ["defmt", "embassy-time", "log"] }
- defmt
-
Enables defmt, defmt-03 of embedded-io and embedded-io-async
Features from optional dependencies
- embassy-time implicit feature
-
Enables embassy-time
embassy-time:
Instant and Duration for embedded no-std systems, with async timer support
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust