mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Split DriverStation into smaller classes (#8628)
This commit is contained in:
@@ -105,8 +105,15 @@ MecanumDrive = "wpi/drive/MecanumDrive.hpp"
|
||||
RobotDriveBase = "wpi/drive/RobotDriveBase.hpp"
|
||||
|
||||
# wpi/driverstation
|
||||
DriverStationBackend = "wpi/driverstation/internal/DriverStationBackend.hpp"
|
||||
Alliance = "wpi/driverstation/Alliance.hpp"
|
||||
Alert = "wpi/driverstation/Alert.hpp"
|
||||
DriverStation = "wpi/driverstation/DriverStation.hpp"
|
||||
MatchState = "wpi/driverstation/MatchState.hpp"
|
||||
MatchType = "wpi/driverstation/MatchType.hpp"
|
||||
POVDirection = "wpi/driverstation/POVDirection.hpp"
|
||||
RobotState = "wpi/driverstation/RobotState.hpp"
|
||||
TouchpadFinger = "wpi/driverstation/TouchpadFinger.hpp"
|
||||
Gamepad = "wpi/driverstation/Gamepad.hpp"
|
||||
GenericHID = "wpi/driverstation/GenericHID.hpp"
|
||||
Joystick = "wpi/driverstation/Joystick.hpp"
|
||||
|
||||
Reference in New Issue
Block a user