pi3g / bme68x-python-library

Python 3 Library for BME688 and BME680 (Bosch Sensortec sensors), supports Bosch BSEC
MIT License
47 stars 19 forks source link

fix the configuration according to the docs (PythonDocumentation.md) #9

Open marph91 opened 2 years ago

marph91 commented 2 years ago

According to https://github.com/pi3g/bme68x-python-library/blob/main/PythonDocumentation.md, get_bsec_data() requires use_bsec to be set. If I understood the docs correctly, this and some other parameter were set incorrectly. I wonder if the examples worked as intended before. However, I tried to make them compatible with the docs.