adafruit / Adafruit-BMP085-Library

A powerful but easy to use BMP085/BMP180 Arduino library
http://www.adafruit.com/products/1603
233 stars 194 forks source link

Substitute pow(a,b) with exp(b*log(a)) to make it compatible with ESP… #18

Closed gmag11 closed 3 years ago

gmag11 commented 9 years ago

…8266

ESP8266 Arduino IDE does not implements pow function and terminates in compile error. This change makes it compatible.

ladyada commented 3 years ago

seems they added it because it compiles now!