Merge pull request #27 from mozzbozz/patch-1

Fixed spelling mistake in parameter
This commit is contained in:
Limor "Ladyada" Fried
2016-08-16 15:19:47 -04:00
committed by GitHub

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