File tree Expand file tree Collapse file tree 2 files changed +1346
-1381
lines changed Expand file tree Collapse file tree 2 files changed +1346
-1381
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ - Implement ` InputPin ` for ` Output<OpenDrain> ` pins ([ #114 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/114 ) )
12
13
- Support for safe one-shot DMA transfers ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
13
14
- DMA support for serial reception and transmission ([ #86 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/86 ) )
14
15
@@ -33,7 +34,7 @@ let clocks = rcc
33
34
. use_hse (32. mhz ())
34
35
. sysclk (72. mhz ())
35
36
```
36
- This is possible through utilizing the divider, which can devide the
37
+ This is possible through utilizing the divider, which can divide the
37
38
external oscillator clock on most devices. Some devices have even the
38
39
possibility to divide the internal oscillator clock.
39
40
You can’t perform that action at this time.
0 commit comments