You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pybricks.ev3devices.ColorSensor: Use blocking read calls (#273)
Other EV3 sensors in this module use the pb_type_device_get_data_blocking()
method. I think that using pb_type_device_get_data() as it is used (only)
in the color sensor class the sensor will not work for reading non-default
modes.
Fixes: 8a52c95 ("pbdrv/legodev: Refactor LEGO device abstraction.")
0 commit comments