File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ADC OneShot mode
21
21
22
22
23
23
The ADC OneShot mode API is fully compatible with Arduino's ``analogRead `` function.
24
- When you call the ``analogRead `` or ``analogReadMillivolts `` function, it returns the result of a single conversion on the requested pin.
24
+ When you call the ``analogRead `` or ``analogReadMilliVolts `` function, it returns the result of a single conversion on the requested pin.
25
25
26
26
analogRead
27
27
^^^^^^^^^^
@@ -36,7 +36,7 @@ This function is used to get the ADC raw value for a given pin/ADC channel.
36
36
37
37
This function will return analog raw value (non-calibrated).
38
38
39
- analogReadMillivolts
39
+ analogReadMilliVolts
40
40
^^^^^^^^^^^^^^^^^^^^
41
41
42
42
This function is used to get ADC raw value for a given pin/ADC channel and convert it to calibrated result in millivolts.
You can’t perform that action at this time.
0 commit comments