Changes based on testing new equipment. - Infrared sensor channel-safety is added. - Temperature sensor returns float.
2.0.1
Added unit testing to package with some quality of life improvements: - Sensors and motors throw errors if the wrong port is used. - Methods returning a "Color" no longer return None
2.0.0
Package has been updated to work with the 2.0.0 release of the pybricks package on the EV3.
1.0.0
0.0.6
Changes: - Corrected an error where the number of type-parameters for a List was incorrect - Added return statements to value-returning functions to avoid the pylint assignment-from-no-return error. vogtp
0.0.5
Changes: - Allowed the ev3brick.sound.file method to accept either a string or an SoundFile value for the file_name parameter.