ADC_ATTEN_DB_11 is deprciated

This commit is contained in:
pschatzmann 2024-08-04 08:57:30 +02:00
parent 9d63174c14
commit fb9c882c01

View File

@ -16,7 +16,7 @@
#define NUM_CHANNELS 6 // number of channels
#define DEC_FACTOR 48 // decimating
#define ADC_ATTENUATION ADC_ATTEN_DB_11 // ADC attenuation, see above
#define ADC_ATTENUATION ADC_ATTEN_DB_12 // ADC attenuation, see above
#define ADC_BIT_WIDTH 12 // the ADC bit width 9..12, values will be stored in 16 bit integers
#define BIT_DEPTH 16 // default bit width of data returned from analgo_in. Do not change.