We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff05ac + 5e21d56 commit 3ab9b6fCopy full SHA for 3ab9b6f
embedded-hal-bus/README.md
@@ -30,7 +30,8 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
30
31
## Optional Cargo features
32
33
-- **`std`**: enable shared bus implementations using `std::sync::Mutex`.
+- **`std`**: enable shared bus implementations using `std::sync::Mutex`, and implement
34
+ `std::error::Error` for `DeviceError`.
35
- **`async`**: enable `embedded-hal-async` support.
36
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
37
0 commit comments