mirror of
https://github.com/adafruit/Adafruit_BMP085_Unified.git
synced 2025-08-01 01:44:27 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user