-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: DocumentationIssue pertains to Documentation of Arduino ESP32Issue pertains to Documentation of Arduino ESP32
Description
Related area
Documentation
Hardware specification
N/A
Is your feature request related to a problem?
In the analogRead
function, the value is the RAW value without the calibration, but for the analogReadMillivolts
the values are calibrated.
adc2_get_raw
- No calibrated data
esp_adc_cal_raw_to_voltage
- Calibrated data
Describe the solution you'd like
Add to the adc2_get_raw
and esp_adc_cal_raw_to_voltage
function descriptions in the documentation the note about the calibration. Please don't change the API, only the documentation.
Describe alternatives you've considered
N/A
Additional context
N/A
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: DocumentationIssue pertains to Documentation of Arduino ESP32Issue pertains to Documentation of Arduino ESP32
Type
Projects
Status
Done