Fixed spelling mistake in parameter

seaLvel -> seaLevel (was correct in `.cpp`-file)

Please enable all compiler warnings and you will be likely finding such mistakes before pushing the code to github...
This commit is contained in:
mozzbozz
2016-08-16 16:07:35 +02:00
committed by GitHub
parent 76fc220478
commit 63a5950422

View File

@@ -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