Cargo Features
[dependencies]
ms5611-i2c = { version = "0.2.0", default-features = false, features = ["async", "sync"] }
- default = async
-
Feature flags for conditional compilation
Default features - async default
-
Async feature
Enables embedded-hal-async
Async version of embedded-hal
- sync
-
Sync feature
Enables embedded-hal
Embedded Hardware Abstraction Layer
and is_sync of maybe-async
Conditional async/await support