mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/fix_a_typo_v5.1' into 'release/v5.1'
docs: Fix a small typo in adc_calibration.rst (v5.1) See merge request espressif/esp-idf!32717
This commit is contained in:
commit
5b74ce1f9e
@ -6,7 +6,7 @@ Analog to Digital Converter (ADC) Calibration Driver
|
||||
Introduction
|
||||
------------
|
||||
|
||||
In {IDF_TARGET_NAME}, the digital-to-analog converter (ADC) compares the input analog voltage to the reference, and determines each bit of the output digital result. By design, the ADC reference voltage for {IDF_TARGET_NAME} is 1100 mV. However, the true reference voltage can range from 1000 mV to 1200 mV among different chips. This guide introduces the ADC calibration driver to minimize the effect of different reference voltages, and get more accurate output results.
|
||||
In {IDF_TARGET_NAME}, the analog-to-digital converter (ADC) compares the input analog voltage to the reference, and determines each bit of the output digital result. By design, the ADC reference voltage for {IDF_TARGET_NAME} is 1100 mV. However, the true reference voltage can range from 1000 mV to 1200 mV among different chips. This guide introduces the ADC calibration driver to minimize the effect of different reference voltages, and get more accurate output results.
|
||||
|
||||
|
||||
Functional Overview
|
||||
|
Loading…
Reference in New Issue
Block a user