Skip to content

Commit

Permalink
ADC_ATTEN_DB_11 is deprciated
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Aug 4, 2024
1 parent 9d63174 commit fb9c882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb9c882

Please sign in to comment.