Zanduino / BME680

Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
GNU General Public License v3.0
41 stars 10 forks source link

Add finer control to measurement calls #34

Closed SV-Zanshin closed 3 years ago

SV-Zanshin commented 3 years ago

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()](https://github.com/SV-Zanshin/BME680/wiki/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