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
Describe what the feature request is and if it solves an issue or adds functionality
Currently a measurement is triggered at the end of a call to getSensorData(). Functionality to control triggering a new measurement and waiting for a measurement to complete should be added to the library. These suggestions are implied from posts and code recommendation from @Alain2019
Describe the solution you'd like
Add a "measuring()" function to return the current state of the BME680 and a "triggerMeasurement()" function to force a new measurement.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
* Updated to new version
* Updated to new version
* Issue #31 addressed for incorrect humidity computation
* Issue #32
Changed multiplication and division by powers of 2 to bit-shift operations for clarity
* Issue #33
Also corrected travis-ci links
* Issue #33
Corrected "const" definition
* Issues #33 and #34
* Issue #34
Corrections to formatting
* Issue #34 changes
Co-authored-by: Arnd <Arnd_Github@SV-Zanshin.Com>
Describe what the feature request is and if it solves an issue or adds functionality
Currently a measurement is triggered at the end of a call to getSensorData(). Functionality to control triggering a new measurement and waiting for a measurement to complete should be added to the library. These suggestions are implied from posts and code recommendation from @Alain2019
Describe the solution you'd like
Add a "measuring()" function to return the current state of the BME680 and a "triggerMeasurement()" function to force a new measurement.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: