-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pybricks.common.Control: Restore arg order.
The integral_range argument was dropped in 3f0042f. While this setting was virtually never used, the pid() method is used in some example projects. Typically, all 5 parameters are unpacked to easily read the existing PID parameters. Removing one argument would break these projects. This commit restores the order and number of arguments to avoid a breaking change. The setting may be reserved for future use instead.
- Loading branch information
1 parent
11ea2f4
commit e82dd6a
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters