From 137b2b797ca2ab7c777168fbe04481f0b20d6f59 Mon Sep 17 00:00:00 2001 From: Regimantas Date: Mon, 6 Mar 2023 19:26:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef6c8d..4341a52 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ unsigned long adc_value = adc.read(Pin); // Oversampling and decimation Where: -- `Adc` is the resolution of the ADC of the microcontroller; can be 10 or 12, +- `Adc` is the resolution of the ADC of the microcontroller; can be from 8 to 16, - `Oversampling` is the number of bits obtained through the oversampling process; can be 11 to 24, - `Averaging` is the number of consecutive oversampled readings performed inside `adc.read()` before returning the averaged value. - `Pin` is the ADC pin number (e.g., `analogRead(Pin)`).