From 71780885723e4c8fd1289a6e3f2e1037fe9920b2 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 3 Nov 2021 17:00:01 -0400 Subject: [PATCH] Update for 03-11-21 17:00 --- tech/arduino_nano.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tech/arduino_nano.wiki b/tech/arduino_nano.wiki index a1d9dac..d62742a 100644 --- a/tech/arduino_nano.wiki +++ b/tech/arduino_nano.wiki @@ -171,7 +171,7 @@ counter clear is done. The counter will overflow when the max 16 bit value Timer/Counter 1 Register (TCNT1H:TCNT1L 0x85[15:8] and 0x84[7:0], together TCNT1). The Output Compare Register 1 A (OCR1AH:OCR1AL 0x89[15:8] and 0x88[0:7], together OCR1A) -and Output Compare Register 1 B (OCR1BH:OCR1BL 0x8B[15:8 and 0x8A[0:7]], together OCR1B) +and Output Compare Register 1 B (OCR1BH:OCR1BL 0x8B[15:8] and 0x8A[0:7], together OCR1B) contain 16 bit values are contantly compared to the TCNT1 register. A compare operation is performed, and a match generates an interupt.