1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-01-24 03:27:10 +01:00
Nicolai Søborg 91bb131713
Add dependency: smbus2
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'                                                                                                                                                               
```
2020-05-29 15:35:54 +00:00
..
2020-03-20 15:44:06 +00:00
2018-09-02 11:26:04 +01:00
2018-06-01 17:15:10 +01:00
2018-06-01 16:04:37 +01:00
2018-06-01 17:15:10 +01:00
2018-09-03 11:39:10 +01:00
2020-05-29 15:35:54 +00:00
2018-09-02 11:26:04 +01:00