File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/114 ) )
13
+
10
14
### Fixed
11
15
12
16
- ` PLL ` was calculated wrong for devices, which do not divide ` HSI ` ([ #67 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/67 ) )
@@ -28,7 +32,7 @@ let clocks = rcc
28
32
. use_hse (32. mhz ())
29
33
. sysclk (72. mhz ())
30
34
```
31
- This is possible through utilizing the divider, which can devide the
35
+ This is possible through utilizing the divider, which can divide the
32
36
external oscillator clock on most devices. Some devices have even the
33
37
possibility to divide the internal oscillator clock.
34
38
You can’t perform that action at this time.
0 commit comments