File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ADC OneShot mode
2121
2222
2323The 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.
2525
2626analogRead
2727^^^^^^^^^^
@@ -36,7 +36,7 @@ This function is used to get the ADC raw value for a given pin/ADC channel.
3636
3737This function will return analog raw value (non-calibrated).
3838
39- analogReadMillivolts
39+ analogReadMilliVolts
4040^^^^^^^^^^^^^^^^^^^^
4141
4242This 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