1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-11-14 18:56:19 +01:00
python-bme680/library
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
..
bme680 added check on constants.__dict__ for micropython support (#18) 2018-12-10 09:55:07 +00:00
tests Fix for test in py3 2020-03-20 15:44:06 +00:00
.coveragerc Test suites and code QA fixes 2018-09-02 11:26:04 +01:00
CHANGELOG.txt Prep for v1.0.5 2018-06-01 17:15:10 +01:00
LICENSE.txt Fixed packaging errors 2018-06-01 16:04:37 +01:00
MANIFEST.in Prep for v1.0.5 2018-06-01 17:15:10 +01:00
README.rst Fixed Travis badge URL 2018-09-03 11:39:10 +01:00
setup.cfg Expand test coverage and improve tests 2020-03-20 15:38:22 +00:00
setup.py Add dependency: smbus2 2020-05-29 15:35:54 +00:00
tox.ini Test suites and code QA fixes 2018-09-02 11:26:04 +01:00