ResponsiveAnalogRead
ResponsiveAnalogRead copied to clipboard
smoothValue left uninitialized
in ResponsiveAnalogRead.h, float smoothValue; may cause problems (I had a problem in one of my projects where different hardware initialised with different values). Should possibly be
float smoothValue = 0.0;