diff --git a/src/ad7172/adc.rs b/src/ad7172/adc.rs index c240f1e..b17d007 100644 --- a/src/ad7172/adc.rs +++ b/src/ad7172/adc.rs @@ -78,7 +78,7 @@ impl, NSS: OutputPin, E: fmt::Debug> Adc data.set_refbuf_neg(true); data.set_ainbuf_pos(true); data.set_ainbuf_neg(true); - data.set_ref_sel(RefSource::Internal); + data.set_ref_sel(RefSource::External); })?; self.update_reg(®s::FiltCon { index }, |data| { data.set_enh_filt_en(true);