Skip to content

Commit

Permalink
Merge branch 'master' into infallible-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantM11235 authored Feb 13, 2024
2 parents 4ff05ac + 5e21d56 commit 3ab9b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedded-hal-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins

## Optional Cargo features

- **`std`**: enable shared bus implementations using `std::sync::Mutex`.
- **`std`**: enable shared bus implementations using `std::sync::Mutex`, and implement
`std::error::Error` for `DeviceError`.
- **`async`**: enable `embedded-hal-async` support.
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.

Expand Down

0 comments on commit 3ab9b6f

Please sign in to comment.