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 think that the routine should be modified along the lines of the setIIRFilter() function. Right now the return value is a boolean for success or failure, but this can be changed to an unsigned integer returning the current setting. When called with no parameter for the setting, it will return the register contents.
While this is nominally not backwards compatible to the current implementation, it makes sense to change the functionality and documentation.
Is your feature request related to a problem? Please describe.
I have had a request to add this function to the library, at the moment the library contains no means of reading the current settings.
Describe the solution you'd like
Add the "getOversampling()" function to the library with the same parameters as the setOversampling() function.
Describe alternatives you've considered
None, if the user wants to read the current settings.
Additional context
None required
The text was updated successfully, but these errors were encountered: