@@ -813,7 +813,7 @@ macro_rules! opamps {
813
813
gain: Gain ,
814
814
) -> Pga <$opamp, $non_inverting, InternalOutput >
815
815
{
816
- $opamp:: configure_pga( InternalOutput , gain, PgaMode :: Pga , true )
816
+ $opamp:: configure_pga( InternalOutput , gain, PgaMode :: Pga , false )
817
817
}
818
818
819
819
#[ allow( private_bounds) ]
@@ -827,7 +827,7 @@ macro_rules! opamps {
827
827
_output: InternalOutput ,
828
828
gain: Gain ,
829
829
) -> Pga <$opamp, $non_inverting, InternalOutput > {
830
- $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalFilter , true )
830
+ $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalFilter , false )
831
831
}
832
832
833
833
#[ allow( private_bounds) ]
@@ -841,7 +841,7 @@ macro_rules! opamps {
841
841
_output: InternalOutput ,
842
842
gain: Gain ,
843
843
) -> Pga <$opamp, $non_inverting, InternalOutput > {
844
- $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalBias , true )
844
+ $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalBias , false )
845
845
}
846
846
847
847
#[ allow( private_bounds) ]
@@ -857,7 +857,7 @@ macro_rules! opamps {
857
857
_output: InternalOutput ,
858
858
gain: Gain ,
859
859
) -> Pga <$opamp, $non_inverting, InternalOutput > {
860
- $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalBiasAndFilter , true )
860
+ $opamp:: configure_pga( InternalOutput , gain, PgaMode :: PgaExternalBiasAndFilter , false )
861
861
}
862
862
}
863
863
}
0 commit comments