Skip to content

Split out 'check connection' from 'configure sensor' in sensor base class

Right now the sensor base class runs one function (virtual in sensor base, implemented in the derived class) that it uses to both check if the sensor is there and also configure it. These should be separate