- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Closed
Labels
software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: motorsIssues involving motorsIssues involving motorstopic: optimizationIssues related to optimizing the runtime for size or performance.Issues related to optimizing the runtime for size or performance.
Description
Is your feature request related to a problem? Please describe.
The DriveBase class has two undocumented attributes called left and right which can be used to access the motor objects with which the drive base was initialized.
Describe the solution you'd like
Delete them. They are not needed and not documented.
On Move Hub, this means we can drop the custom attribute handler for this class and save a bit more space.
Metadata
Metadata
Assignees
Labels
software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: motorsIssues involving motorsIssues involving motorstopic: optimizationIssues related to optimizing the runtime for size or performance.Issues related to optimizing the runtime for size or performance.