Zanduino / BME680

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

Optimize Library code #33

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 Optimize library code

Describe the solution you'd like see above

Describe alternatives you've considered none

Additional context none

SV-Zanshin commented 3 years ago

Initial changes made to initializers and to function calls that can be made into "const". Looking at refactoring the math to compact the resulting library