File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.3.0b8] - 2023-07-07
8+
79### Added
810- Added ` use_gyro ` method to toggle gyro use on and off in the ` GyroDriveBase `
911 class ([ support #1054 ] ).
10- is a tuple of ` (name, num_values, data_type) ` tuples for each available mode.
1112- Added ` pybricks.tools.read_input_byte() ` function ([ support #1102 ] ).
1213
1314### Changed
14- - Relaxed thesholds that define when the IMU is stationary, to make the
15+ - Relaxed thresholds that define when the IMU is stationary, to make the
1516 defaults work better in noisier conditions ([ support #1105 ] ).
1617
1718### Fixed
@@ -670,7 +671,8 @@ Prerelease changes are documented at [support#48].
670671
671672
672673<!-- diff links for headers -->
673- [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...HEAD
674+ [ Unreleased ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b8...HEAD
675+ [ 3.3.0b8 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b7...v3.3.0b8
674676[ 3.3.0b7 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b6...v3.3.0b7
675677[ 3.3.0b6 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b5...v3.3.0b6
676678[ 3.3.0b5 ] : https://github.com/pybricks/pybricks-micropython/compare/v3.3.0b4...v3.3.0b5
Original file line number Diff line number Diff line change 2626#define PBIO_VERSION_LEVEL_HEX 0xB
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 7
29+ #define PBIO_VERSION_SERIAL 8
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments