1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-26 10:34:46 +02:00
python-bme680/library
Dave Arter 3e4bf56802 Fix Python 3 TypeError crashes by using floor division explicitly
The / operator in Python 3 returns a float, which was causing TypeErrors
when being passed to the << or >> operators.
2017-11-19 17:10:27 +00:00
..
bme680 Fix Python 3 TypeError crashes by using floor division explicitly 2017-11-19 17:10:27 +00:00
CHANGELOG.txt Fixes from upstream BME680_driver 3.5.3 2017-11-17 11:29:48 +00:00
MANIFEST.in Fixed Manifest 2017-10-17 16:02:29 +01:00
README.txt Added packaging, dropped copy of C code 2017-10-17 15:09:19 +01:00
setup.py Prep for version 1.0.2 2017-10-19 12:21:16 +01:00