We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7684f commit f933e54Copy full SHA for f933e54
CHANGELOG.md
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
51
purposes and if a new useful feature arises, we will increase the MSRV.
52
([#170](https://github.com/stm32-rs/stm32f3xx-hal/pull/170))
53
- Removed I2C2 support for `stm32f303x6`, `stm32f303x8` and `stm32f328` targets. ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
54
+- `I2c::i2c1` and `I2c::i2c2` functions are renamed to `I2c::new`. ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
55
56
## [v0.5.0] - 2020-07-21
57
0 commit comments