Reduce samples from 64 to 2

This commit is contained in:
Lucian Copeland 2020-12-14 12:59:20 -05:00
parent f7c7324e60
commit f15e2d86c0

View File

@ -37,7 +37,7 @@
#include <string.h> #include <string.h>
#define DEFAULT_VREF 1100 #define DEFAULT_VREF 1100
#define NO_OF_SAMPLES 64 #define NO_OF_SAMPLES 2
#define ATTENUATION ADC_ATTEN_DB_11 #define ATTENUATION ADC_ATTEN_DB_11
#define DATA_WIDTH ADC_WIDTH_BIT_13 #define DATA_WIDTH ADC_WIDTH_BIT_13