Updating embedded-nal version

This commit is contained in:
Ryan Summers 2024-07-05 14:35:26 +02:00 committed by kellerkindt
commit 09db1687dd
4 changed files with 20 additions and 12 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [breaking] The driver now uses the v1.0 of the `embedded-hal` traits.
- [breaking] The `FourWireRef` bus and `DeviceRefMut` have been removed in favor of using
`embedded-hal-bus` to facilitate SPI bus sharing.
- [breaking] Updated to `embedded-nal` v0.8
### Added