[wpilib] Split DriverStation into smaller classes (#8628)

This commit is contained in:
Thad House
2026-04-18 19:56:45 -07:00
committed by GitHub
parent 58ad633ae2
commit ab2aef2c29
108 changed files with 4406 additions and 3211 deletions

View File

@@ -21,6 +21,7 @@ from ._wpilib import (
DigitalOutput,
DoubleSolenoid,
DriverStation,
DriverStationBackend,
DutyCycle,
DutyCycleEncoder,
EdgeConfiguration,
@@ -39,6 +40,7 @@ from ._wpilib import (
Joystick,
Koors40,
LEDPattern,
MatchState,
MecanumDrive,
Mechanism2d,
MechanismLigament2d,
@@ -72,6 +74,7 @@ from ._wpilib import (
RobotBase,
RobotController,
RobotDriveBase,
RobotState,
RuntimeType,
SendableBuilderImpl,
SendableChooser,
@@ -124,6 +127,7 @@ __all__ = [
"DigitalOutput",
"DoubleSolenoid",
"DriverStation",
"DriverStationBackend",
"DutyCycle",
"DutyCycleEncoder",
"EdgeConfiguration",
@@ -142,6 +146,7 @@ __all__ = [
"Joystick",
"Koors40",
"LEDPattern",
"MatchState",
"MecanumDrive",
"Mechanism2d",
"MechanismLigament2d",
@@ -173,6 +178,7 @@ __all__ = [
"PowerDistribution",
"Preferences",
"RobotBase",
"RobotState",
"RobotController",
"RobotDriveBase",
"RuntimeType",