1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-09-28 21:02:20 +02:00
python-bme680/library/bme680
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
..
__init__.py Fix Python 3 TypeError crashes by using floor division explicitly 2017-11-19 17:10:27 +00:00
constants.py Fix Python 3 TypeError crashes by using floor division explicitly 2017-11-19 17:10:27 +00:00