Hangover - should have set this to internal for a previous PR

This commit is contained in:
huntc 2021-10-15 18:45:53 +11:00
parent fa82913bc3
commit e37a10ae99

View file

@ -99,7 +99,7 @@ impl<'d> ChannelConfig<'d> {
) -> Self {
unborrow!(p_input, n_input);
Self {
reference: Reference::VDD1_4,
reference: Reference::INTERNAL,
gain: Gain::GAIN1_6,
resistor: Resistor::BYPASS,
time: Time::_10US,