Update for 15-11-21 16:15

This commit is contained in:
Tyler Perkins 2021-11-15 16:15:01 -05:00
parent f3c6b20c35
commit 684fb6a232

View File

@ -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.