mirror of
https://github.com/adafruit/Adafruit_BMP085_Unified.git
synced 2025-08-02 10:24:28 +02:00
Merge pull request #27 from mozzbozz/patch-1
Fixed spelling mistake in parameter
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);
|
bool begin(bmp085_mode_t mode = BMP085_MODE_ULTRAHIGHRES);
|
||||||
void getTemperature(float *temp);
|
void getTemperature(float *temp);
|
||||||
void getPressure(float *pressure);
|
void getPressure(float *pressure);
|
||||||
float pressureToAltitude(float seaLvel, float atmospheric);
|
float pressureToAltitude(float seaLevel, float atmospheric);
|
||||||
float seaLevelForAltitude(float altitude, float atmospheric);
|
float seaLevelForAltitude(float altitude, float atmospheric);
|
||||||
// Note that the next two functions are just for compatibility with old
|
// Note that the next two functions are just for compatibility with old
|
||||||
// code that passed the temperature as a third parameter. A newer
|
// code that passed the temperature as a third parameter. A newer
|
||||||
|
Reference in New Issue
Block a user