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
I have installed the latest rev. of the smoothed library.
The example says that begin() may be called without arguments, defaulting to (SMOOTHED_EXPONENTIAL, 10)
On my arduino nano, I do get an error, though, if I do not supply any argument to begin(). error: no matching function for call to 'Smoothed<unsigned int>::begin()'
The text was updated successfully, but these errors were encountered:
I have installed the latest rev. of the smoothed library.
The example says that begin() may be called without arguments, defaulting to (SMOOTHED_EXPONENTIAL, 10)
On my arduino nano, I do get an error, though, if I do not supply any argument to begin().
error: no matching function for call to 'Smoothed<unsigned int>::begin()'
The text was updated successfully, but these errors were encountered: