summaryrefslogtreecommitdiff
path: root/docs/adc_driver.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/adc_driver.md')
-rw-r--r--docs/adc_driver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adc_driver.md b/docs/adc_driver.md
index dd928e1e7f..a1ab5a5251 100644
--- a/docs/adc_driver.md
+++ b/docs/adc_driver.md
@@ -1,6 +1,6 @@
# ADC Driver
-QMK can leverage the Analog-to-Digital Converter (ADC) on supported MCUs to measure voltages on certain pins. This can be useful for implementing things such as battery level indicators for Bluetooth keyboards, or volume controls using a potentiometer, as opposed to a [rotary encoder](feature_encoders.md).
+QMK can leverage the Analog-to-Digital Converter (ADC) on supported MCUs to measure voltages on certain pins. This can be useful for implementing things such as battery level indicators for Bluetooth keyboards, or volume controls using a potentiometer, as opposed to a [rotary encoder](feature_encoders).
This driver currently supports both AVR and a limited selection of ARM devices. The values returned are 10-bit integers (0-1023) mapped between 0V and VCC (usually 5V or 3.3V for AVR, 3.3V only for ARM), however on ARM there is more flexibility in control of operation through `#define`s if you need more precision.