From 51f7efd487c0f534658cde6782c967e426912ff3 Mon Sep 17 00:00:00 2001 From: Neon22 Date: Tue, 4 Feb 2014 21:27:31 -0800 Subject: [PATCH] formatting --- PWM-Timers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWM-Timers.md b/PWM-Timers.md index 59988fa..b433ca1 100644 --- a/PWM-Timers.md +++ b/PWM-Timers.md @@ -9,9 +9,9 @@ Timers in this chipset come with various capabilities: * The remaining Timers 6,7,13,14 do not have any pin connections on the 64 pin package. All timers can be used to generate timebases. Most can do PWM generation. A digram below shows how timers can be cascaded to make longer or triggered timings. Most triggers can also generate Interrupts. -The following timers can sample an input signal and determine its period. `1,2,3,4,5,8,9,10,11 +The following timers can sample an input signal and determine its period. `1,2,3,4,5,8,9,10,11` -These Timers can be used to correctly determine speed and direction from externally supplied quadrature signals. `1,2,3,4,5,8,9 +These Timers can be used to correctly determine speed and direction from externally supplied quadrature signals. `1,2,3,4,5,8,9` * [[STM32F405 pinouts]] * [[STM32F405 Timer Triggering]]