mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-01-24 03:27:10 +01:00
3e4bf56802
The / operator in Python 3 returns a float, which was causing TypeErrors when being passed to the << or >> operators.