3.4.0b3
Pre-release
Pre-release
·
830 commits
to master
since this release
Added
- Added
joystick_deadzonekeyword argument to suppress controller drift in
theXboxController(support#1473). - Added
pybricks.tools.runningto return if a stopwatch is currently running
(support#1490).
Changed
- Use
Buttonparameter forXboxController(support#1488), not strings. - If
pybricks.tools.run_taskis called without arguments, it will return
whether the runloop is running or not (support#1499). - On Move Hub, the verbosity of error messages is further reduced to reduce
the firmware size, to allow for bug fixes/updates (pybricks-micropython#240). - Re-implemented
pybricks.robotics.Carin C so it can be enabled on Move Hub
which does not support frozen modules (support#1502).
Fixes
- Fix
pybricks.iodevicesnot allowing writing -128 value (support#1366) and
raise informative error messages instead of clamping the input.