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
There are several calls to math functions (pow, log, log10) but math.h is not included.
This is not an issue with Arduino probably because math.h is included somewhere else. But I'm trying to use this library with RIOT-OS, which has an Arduino compatibility module and I get a number of errors like:
error: ‘pow’ was not declared in this scope
For now I'll have to apply a patch, but it would be cool to be able to use this library without modifications. This is the patch I'm going to use: