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
When compiled the example, error of > tle9012.resetErrors(); Line 56 stopped compilation.
resetErrors() required uint8_t i.e. number to be passed chose 0 and it compiled.
Line 56 now reads > tle9012.resetErrors(0); //Reset Errors.
Appreciate the Library and effort to make it.