From 684fb6a2329086800c2938fc70e262a153874e98 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 15 Nov 2021 16:15:01 -0500 Subject: [PATCH] Update for 15-11-21 16:15 --- tech/ATMega328P.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tech/ATMega328P.wiki b/tech/ATMega328P.wiki index 704ed1a..466aeb8 100644 --- a/tech/ATMega328P.wiki +++ b/tech/ATMega328P.wiki @@ -266,4 +266,6 @@ internal temperture sensor. 0b1110 (10d14) is the internal reference voltage of values are not used To control the ADC, the ADC control and Status Register A (ADCSRA 0x7A) and ADC -Control and Status Register B (ADCSRB 0x7B) are used. +Control and Status Register B (ADCSRB 0x7B) are used. Bit 7 of ADCSRA (ADC +Enable or ADEN) enables the ADC when high (1), and disables when low. +Setting this bit low during a conversion will stop the conversion.