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

Development v1.0.10 fixes to master #35

Closed SV-Zanshin closed 3 years ago

SV-Zanshin commented 3 years ago

Description

Fixes a number of smaller issues and enhancements

Fixes # (issue) Issue #31 - Incorrect computation for _H1 and _H2 internal values which resulting in incorrect humidity readings Issue #32 - Source code changes to bit-shifting rather than division for clarity Issue #33 - Minor library header modifications including using standard initializers Issue #34 - Added public functions "measuring()" and "triggerMeasurement()" to library

Type of change

How Has This Been Tested?

Tested using 2 different BME680s

Test Configuration:

Checklist:

Zanshin Logo