Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd dependency: smbus2 #29
Conversation
Fixes:
```python
>>> import bme680
>>> sensor = bme680.BME680(bme680.I2C_ADDR_PRIMARY)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/dist-packages/bme680/__init__.py", line 22, in __init__
import smbus
ModuleNotFoundError: No module named 'smbus'
```
Fixes: