From ce166e6b68b7fafb73a99fd64081f8a4155fe22a Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Mon, 1 Aug 2016 09:52:00 +1000 Subject: docs: Spelling mistakes --- docs/pyboard/tutorial/timer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pyboard/tutorial/timer.rst') diff --git a/docs/pyboard/tutorial/timer.rst b/docs/pyboard/tutorial/timer.rst index fee01e17b..aedaaa13c 100644 --- a/docs/pyboard/tutorial/timer.rst +++ b/docs/pyboard/tutorial/timer.rst @@ -95,7 +95,7 @@ We set up timer 2 as follows:: The prescaler is set at 83, which makes this timer count at 1 MHz. This is because the CPU clock, running at 168 MHz, is divided by -2 and then by prescaler+1, giving a freqency of 168 MHz/2/(83+1)=1 MHz +2 and then by prescaler+1, giving a frequency of 168 MHz/2/(83+1)=1 MHz for timer 2. The period is set to a large number so that the timer can count up to a large number before wrapping back around to zero. In this case it will take about 17 minutes before it cycles back to -- cgit v1.2.3