github pybricks/pybricks-micropython v3.2.0b5
Release v3.2.0b5

latest releases: @pybricks/firmware/v7.24.0, v3.6.1, v3.6.0...
pre-release2 years ago

Added

  • Added DriveBase.stalled() for convenient stall detection.
  • Added DriveBase.done() for convenient completion detection, which is
    practical when combined with wait=False.
  • Added Motor.done() for convenient completion detection, which is
    practical when combined with wait=False. Especially on Move Hub, which
    does not have the control attribute enabled.

Fixed

  • Fixed brief hub freeze on pybricks.common.Logger.save() when not connected
    to the computer (support#738).
  • Fixed drive base stall flags being set while not stalled (support#767).
  • Fixed Motor.run_target raising exception for short moves (support#786).

Don't miss a new pybricks-micropython release

NewReleases is sending notifications on new releases.