Reduce samples from 64 to 2
This commit is contained in:
parent
f7c7324e60
commit
f15e2d86c0
|
@ -37,7 +37,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#define DEFAULT_VREF 1100
|
||||
#define NO_OF_SAMPLES 64
|
||||
#define NO_OF_SAMPLES 2
|
||||
#define ATTENUATION ADC_ATTEN_DB_11
|
||||
#define DATA_WIDTH ADC_WIDTH_BIT_13
|
||||
|
||||
|
|
Loading…
Reference in New Issue