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 support for BME280 Humidity readings #63

Closed
lgleasain opened this issue Jul 24, 2017 · 3 comments
Closed

Add support for BME280 Humidity readings #63

lgleasain opened this issue Jul 24, 2017 · 3 comments
Assignees

Comments

@lgleasain
Copy link
Contributor

I'm thinking of taking a stab at this, but wanted to open an issue so that we are not duplicating efforts. This will be added to the BMX280, and add support for humidity along with error messages if a user tries to use an un-supported function on a sensor, IE: trying to read humidity on a BMP-280 which does not support it. I'd also like to bubble up the device ID as part of the driver so that someone can determine which sensor is hooked up programatically. It looks like it's already in the driver but just needs to be exposed.

@mangini
Copy link
Contributor

mangini commented Jul 24, 2017

Thanks for opening this bug, @lgleasain . I have the BME280 code under review internally and will be publishing it in the next few days.

@mangini mangini self-assigned this Jul 24, 2017
@lgleasain
Copy link
Contributor Author

Cool! Looking forward to it!

@mangini
Copy link
Contributor

mangini commented Aug 8, 2017

Humidity support (bme280) submitted on 2a23e0e

@mangini mangini closed this as completed Aug 8, 2017
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

No branches or pull requests

2 participants