Skip to content

Commit

Permalink
update timer doc sections (#151)
Browse files Browse the repository at this point in the history
- fix typo in TIM2 pin description
- add Tim1FullRemap pins selection

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
  • Loading branch information
geomatsi authored and TheZoq2 committed Dec 7, 2019
1 parent fb1ae0f commit 620bf30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
Not available on STM32F101.
| Channel | Tim1NoRemap |
|:---:|:-----------:|
| CH1 | PA8 |
| CH2 | PA9 |
| CH3 | PA10 |
| CH4 | PA11 |
| Channel | Tim1NoRemap | Tim1FullRemap |
|:---:|:-----------:|:-------------:|
| CH1 | PA8 | PE9 |
| CH2 | PA9 | PE11 |
| CH3 | PA10 | PE13 |
| CH4 | PA11 | PE14 |
### TIM2
Expand All @@ -24,7 +24,7 @@
| CH1 | PA0 | PA15 | PA0 | PA15 |
| CH2 | PA1 | PB3 | PA1 | PB3 |
| CH3 | PA2 | PA2 | PB10 | PB10 |
| CH4 | PA3 | PA3 | PB10 | PB11 |
| CH4 | PA3 | PA3 | PB11 | PB11 |
### TIM3
Expand Down

0 comments on commit 620bf30

Please sign in to comment.