Traceback (most recent call last):
File "/home/chowkidar/projects/bme680/./hello_bme680.py", line 6, in <module>
sensor = BME680(bme680.I2C_ADDR_PRIMARY)
^^^^^^
NameError: name 'bme680' is not defined. Did you mean: 'BME680'?
What should I mean?
BME680 I2C address is 0x76 (as reported by i2cdetect -y 1)
What should I mean?
BME680 I2C address is 0x76 (as reported by
i2cdetect -y 1
)