Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
da13c038
Unverified
Commit
da13c038
authored
Aug 13, 2024
by
Rodrigo Garcia
Committed by
GitHub
Aug 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(doc): analogReadMilliVolts (#10125)
Fixes the documentation. typo. volts->Volts
parent
384cc27b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/en/api/adc.rst
docs/en/api/adc.rst
+2
-2
No files found.
docs/en/api/adc.rst
View file @
da13c038
...
@@ -21,7 +21,7 @@ ADC OneShot mode
...
@@ -21,7 +21,7 @@ ADC OneShot mode
The ADC OneShot mode API is fully compatible with Arduino's ``analogRead`` function.
The ADC OneShot mode API is fully compatible with Arduino's ``analogRead`` function.
When you call the ``analogRead`` or ``analogReadMilli
v
olts`` function, it returns the result of a single conversion on the requested pin.
When you call the ``analogRead`` or ``analogReadMilli
V
olts`` function, it returns the result of a single conversion on the requested pin.
analogRead
analogRead
^^^^^^^^^^
^^^^^^^^^^
...
@@ -36,7 +36,7 @@ This function is used to get the ADC raw value for a given pin/ADC channel.
...
@@ -36,7 +36,7 @@ This function is used to get the ADC raw value for a given pin/ADC channel.
This function will return analog raw value (non-calibrated).
This function will return analog raw value (non-calibrated).
analogReadMilli
v
olts
analogReadMilli
V
olts
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^
This function is used to get ADC raw value for a given pin/ADC channel and convert it to calibrated result in millivolts.
This function is used to get ADC raw value for a given pin/ADC channel and convert it to calibrated result in millivolts.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment