1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-01-24 13:27:08 +01:00
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
..