Skip to content

Commit f15e2d8

Browse files
committed
Reduce samples from 64 to 2
1 parent f7c7324 commit f15e2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/common-hal/analogio/AnalogIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include <string.h>
3838

3939
#define DEFAULT_VREF 1100
40-
#define NO_OF_SAMPLES 64
40+
#define NO_OF_SAMPLES 2
4141
#define ATTENUATION ADC_ATTEN_DB_11
4242
#define DATA_WIDTH ADC_WIDTH_BIT_13
4343

0 commit comments

Comments
 (0)