HI.
I have a question about some code in BATImpedance.cpp.
------------------------
AD5940_WriteReg(REG_AFE_SWMUX, 0);
or
AD5940_WriteReg(REG_AFE_SWMUX, 1<< 1);
-----------------------
In the datasheet REG_AFE_SWMUX (0x0000235C)
[2:0] reserved , 3 only avaiable.
Would you show me why 0 or 1 was used instead of 1<<3 ?