Release v3.3.0b7
Pre-release
Pre-release
Added
- Added
'modes'entry to the dictionary returned byPUPDevice.info(). It
is a tuple of(name, num_values, data_type)tuples for each available mode. - Added
pybricks.tools.read_input_byte()function (support#1102). - Added
pybricks.tools.hub_menu()function (support#1064).
Changed
- Changed internal drivers for LEGO devices (motors and sensors) on all platforms.
Fixed
- Fixed hub will not power off when Bluetooth chip crashes on City and Technic hubs (support#1095).
- Fixed
off()method inColorLightMatrix,UltrasonicSensor,ColorSensor(support#1098).