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
SparkFunBME280.cpp uses math functions pow, log and log10. This produces
errors such as "pow was not declared in this scope". Found this while
packaging this library for RIOT-OS.
The library works with Arduino because math.h is included somewhere
else. But I think it's better or more correct to include the headers for
the functions used.
Fixessparkfun#48
0 commit comments