You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: