@@ -53,7 +53,7 @@ analogReadResolution
53
53
^^^^^^^^^^^^^^^^^^^^
54
54
55
55
This function is used to set the resolution of ``analogRead `` return value. Default is 12 bits (range from 0 to 4095)
56
- for all chips except ESP32S3 where default is 13 bits (range from 0 to 8191).
56
+ for all chips except ESP32-S3 where default is 13 bits (range from 0 to 8191).
57
57
When different resolution is set, the values read will be shifted to match the given resolution.
58
58
59
59
Range is 1 - 16 .The default value will be used, if this function is not used.
@@ -146,7 +146,7 @@ analogSetWidth
146
146
.. note :: This function is only available for ESP32 chip.
147
147
148
148
This function is used to set the hardware sample bits and read resolution.
149
- Default is 12bit (0 - 4095).
149
+ Default is 12 bits (0 - 4095).
150
150
Range is 9 - 12.
151
151
152
152
.. code-block :: arduino
@@ -250,13 +250,13 @@ This function is used to set the attenuation for ADC continuous peripheral. For
250
250
251
251
void analogContinuousSetAtten(adc_attenuation_t attenuation);
252
252
253
- * ``attenuation `` sets the attenuation (default is 11db ).
253
+ * ``attenuation `` sets the attenuation (default is 11 dB ).
254
254
255
255
analogContinuousSetWidth
256
256
^^^^^^^^^^^^^^^^^^^^^^^^
257
257
258
258
This function is used to set the hardware resolution bits.
259
- Default value for all chips is 12bit (0 - 4095).
259
+ Default value for all chips is 12 bits (0 - 4095).
260
260
261
261
.. note :: This function will take effect only for ESP32 chip, as it allows to set resolution in range 9-12 bits.
262
262
0 commit comments