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 40fe3e4 commit b5ee513Copy full SHA for b5ee513
CHANGELOG.md
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
### Fixed
18
19
- Missing `MosiPin` impl for `PB5` ([#322])
20
+### Added
21
+
22
+- Add a minimal DAC driver ([#318]).
23
24
## [v0.9.0] - 2022-03-06
25
@@ -557,6 +560,7 @@ let clocks = rcc
557
560
[filter]: https://defmt.ferrous-systems.com/filtering.html
558
561
559
562
[#322]: https://github.com/stm32-rs/stm32f3xx-hal/pull/322
563
+[#318]: https://github.com/stm32-rs/stm32f3xx-hal/pull/318
564
[#314]: https://github.com/stm32-rs/stm32f3xx-hal/pull/314
565
[#309]: https://github.com/stm32-rs/stm32f3xx-hal/pull/309
566
[#308]: https://github.com/stm32-rs/stm32f3xx-hal/pull/308
0 commit comments