You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACS712 library has a function static uint16_t _internalAnalog(uint8_t pin) that is not used by the examples.
The build sees this function is not used and generates an error on this, imho this should be a warning,
All other platforms tested do not report it as error.