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