We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c7324 commit f15e2d8Copy full SHA for f15e2d8
ports/esp32s2/common-hal/analogio/AnalogIn.c
@@ -37,7 +37,7 @@
37
#include <string.h>
38
39
#define DEFAULT_VREF 1100
40
-#define NO_OF_SAMPLES 64
+#define NO_OF_SAMPLES 2
41
#define ATTENUATION ADC_ATTEN_DB_11
42
#define DATA_WIDTH ADC_WIDTH_BIT_13
43
0 commit comments