adafruit / Adafruit_BMP085_Unified

Unified sensor driver for Adafruit's BMP085 & BMP180 breakouts
93 stars 60 forks source link

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

Open gmag11 opened 8 years ago

gmag11 commented 8 years ago

…8266

ESP8266 Arduino IDE does not implements pow function and a compile error is got. This change makes library compatible.

ladyada commented 8 years ago

ooh thx, we're going to be looking at adapting this fully for ESP8266 shortly and will help!