Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add another function, which will return seaLevelPressure for a given height #3

Merged
merged 2 commits into from
Feb 27, 2014

Conversation

kunosee
Copy link
Contributor

@kunosee kunosee commented Feb 26, 2014

When you use the BMP-sensors for weather monitoring, you will not use an estimated sealevel-pressure to calculate altitude. In that case you know the altitude and wish to get the sealevel-pressure for a standardized comparable reporting.

add new function: float seaLevelForAltitude(float altitude, float atmospheric, float temp);
which converts the measured pressure at a give altitude to sealevel-pressure.
This is useful, when you will use the BMP for weather-reporting.
add new function: float seaLevelForAltitude(float altitude, float atmospheric, float temp);
which converts the measured pressure at a give altitude to sealevel-pressure.
This is useful, when you will use the BMP for weather-reporting.
@kunosee kunosee closed this Feb 26, 2014
@kunosee kunosee reopened this Feb 26, 2014
microbuilder added a commit that referenced this pull request Feb 27, 2014
add another function, which will return seaLevelPressure for a given height
@microbuilder microbuilder merged commit 15250ce into adafruit:master Feb 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants