Update FreeBSD build to use python 3.9
Do not upload doc when not on master branch
Merge branch 'rrhartjr-master'
docs/installation.rst: add macOS for installing pybluez
Ran isort, black and flake8
Merge branch 'marvinknoll-stop-turning-motor'
Update motor tests + Add stop motor.turn test
Add possibility to stop motor.turn()
Fix comment about MotorControlXX.rxe
Change color sensor to return an enum
Use enum.IntEnum to keep backward compatibility with old scripts.
Add Mindstorms sensors documentation
Also change Ultrasonic.Command to use a enum.Enum. Remove the 's'.
Add a test for negative temperatures
Actually, it works :)
Simplify usage of super()