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

Update bme68x_members in bme68xmodule.c #13

Open ZeroSebastian opened 2 years ago

ZeroSebastian commented 2 years ago

The final NULL entry in the bme68x_members array is needed for python API to detect last entry. This issue seems to be compiler dependent, since the module already worked for most users. However adding this entry fixes pi3g/bme68x-python-library#11