diff --git a/Adafruit_BMP085_U.h b/Adafruit_BMP085_U.h index d26979d..4ebe21f 100644 --- a/Adafruit_BMP085_U.h +++ b/Adafruit_BMP085_U.h @@ -104,7 +104,7 @@ class Adafruit_BMP085_Unified : public Adafruit_Sensor bool begin(bmp085_mode_t mode = BMP085_MODE_ULTRAHIGHRES); void getTemperature(float *temp); void getPressure(float *pressure); - float pressureToAltitude(float seaLvel, float atmospheric); + float pressureToAltitude(float seaLevel, float atmospheric); float seaLevelForAltitude(float altitude, float atmospheric); // Note that the next two functions are just for compatibility with old // code that passed the temperature as a third parameter. A newer